Diaspora/Website
-
It’s also possible to display code inline, by marking the start and end of the snippet with a single backtick.
It’s also possible to display code inline, by marking the start and end of the snippet with a single backtick.
-
This is a line of normal text.
This is a line of normal text.
Bu normal metin bir çizgidir. -
this will be a code block
this will be a code block
Bu bir kod bloğu olacak -
Then some more more normal text.
Then some more more normal text.
O zaman biraz daha normal bir metin. -
More code in this block,
More code in this block,
ve daha sonra biraz daha fazla kod -
and a line of code indented by two spaces
and a line of code indented by two spaces
ikisi boşluklarla girintili bir kod satırı -
Horizontal line
Horizontal line
Yatay çizgi -
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.
-
A line of text above the horizontal rule.
A line of text above the horizontal rule.
This will be a horizontal line of text and a rule in the next. -
The start of the next section of text.
The start of the next section of text.
Ve şimdi size metnin bir sonraki bölüme başlayabilirsiniz. -
Italics and bold
Italics and bold
İtalik ve kalın -
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.
-
<em>Italics</em>: *word* or _word_
<em>
Italics</em>
: *word* or _word_<em>
kalın italik</em>
: *kelime* _kelime_ -
<strong>Bold</strong>: **word** or __word__
<strong>
Bold</strong>
: **word** or __word__<strong>
kalın</strong>
: **kelime** __kelime__ -
<strong><em>Bold italics</em></strong>: ***word*** or ___word___
<strong><em>
Bold italics</em></strong>
: ***word*** or ___word___<strong><em>
kalın italik</em></strong>
: ***kelime*** ___kelime___ -
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.
-
Inline links
Inline links
-
To create an %{inline_link}, use the following code:
To create an %{inline_link}, use the following code:
-
[displayed text here](http://link.address.here "alt text")
[displayed text here](http://link.address.here "alt text")
-
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.