Diaspora/Website
-
More code in this block,
More code in this block,
Mais código neste bloco -
and a line of code indented by two spaces
and a line of code indented by two spaces
e uma linha de código indentada por dois espaços -
Horizontal line
Horizontal line
Linha horizontal -
To create a horizontal line, use at least three - - -, _ _ _ or * * * on a separate line. Any number above three will do the same thing and spaces between the characters do not matter.
To create a horizontal line, use at least three - - -, _ _ _ or * * * on a separate line. Any number above three will do the same thing and spaces between the characters do not matter.
Para criar uma linha horizontal, use pelo menos três - - -, _ _ _ ou * * * em uma linha separada. Qualquer número acima de três fará o mesmo, e espaços entre os caracteres não fazem diferença. -
A line of text above the horizontal rule.
A line of text above the horizontal rule.
Texto acima da linha horizontal. -
The start of the next section of text.
The start of the next section of text.
Início da próxima seção de texto. -
Italics and bold
Italics and bold
Itálico e Negrito -
Place either asterisks or underscores either side of a word or words to make them italic, bold or bold italic.
Place either asterisks or underscores either side of a word or words to make them italic, bold or bold italic.
Use asteriscos (*) e sublinhados (_) nos dois lados de uma palavra para realçá-la com negrito, itálico ou ambos. -
<em>Italics</em>: *word* or _word_
<em>
Italics</em>
: *word* or _word_<em>
Itálico</em>
: *palavra* ou _palavra_ -
<strong>Bold</strong>: **word** or __word__
<strong>
Bold</strong>
: **word** or __word__<strong>
Negrito</strong>
: **palavra** ou __palavra__ -
<strong><em>Bold italics</em></strong>: ***word*** or ___word___
<strong><em>
Bold italics</em></strong>
: ***word*** or ___word___<strong><em>
Negrito e itálico</em></strong>
: ***palavra*** ou ___palavra___ -
You must of course match the number of asterisks/underscores either side of words for the formatting to work. Typing “I want to display this as a **bold* word” won’t display the word in bold.
You must of course match the number of asterisks/underscores either side of words for the formatting to work. Typing “I want to display this as a **bold* word” won’t display the word in bold.
Você deve, é claro, usar o mesmo número de asteriscos/sublinhados antes e depois de uma palavra para formatá-la. Por exemplo, escrever "Quero **isto* em negrito" não gera um negrito. -
Inline links
Inline links
Links internos -
To create an %{inline_link}, use the following code:
To create an %{inline_link}, use the following code:
Para criar um %{inline_link}, use este código: -
[displayed text here](http://link.address.here "alt text")
[displayed text here](http://link.address.here "alt text")
[Texto a ser exibido](http://endereco.do.link "Legenda") -
The “alt text” is optional, and is displayed as a tool-tip when the cursor is moved over the link.
The “alt text” is optional, and is displayed as a tool-tip when the cursor is moved over the link.
A legenda aparece quando você passa o cursor por cima do link. Ela é opcional. -
inline link
inline link
link interno -
Images
Images
Imagens -
To add external images to your post, comment or private message, use the same code as for a link, but with an exclamation point at the front:
To add external images to your post, comment or private message, use the same code as for a link, but with an exclamation point at the front:
Para adicionar imagens à sua publicação, comentário ou mensagem particular, use o código abaixo. A diferença entre este e o que serve para inserir links é apenas um ponto de exclamação (!): -
![Alt text](http://website.com/image.jpg "optional title")
![Alt text](http://website.com/image.jpg "optional title")
![Título da imagem](http://site.com/imagem.jpg "Legenda")