Diaspora/Website
-
The start of the next section of text.
The start of the next section of text.
Fillimi i ndarjes tjetër të tekstit. -
Italics and bold
Italics and bold
Të pjerrëta dhe të trasha -
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.
Për t’i shfaqur me të pjerrëta, me të trasha, ose me të pjerrëta të trasha, vendosni në çdo anë të një ose disa fjalëve disa shenja asterisk ose nënvija. -
<em>Italics</em>: *word* or _word_
<em>
Italics</em>
: *word* or _word_<em>
Me të pjerrëta</em>
: *fjalë* ose _fjalë_ -
<strong>Bold</strong>: **word** or __word__
<strong>
Bold</strong>
: **word** or __word__<strong>
Me të trasha</strong>
: **fjalë** ose __fjalë__ -
<strong><em>Bold italics</em></strong>: ***word*** or ___word___
<strong><em>
Bold italics</em></strong>
: ***word*** or ___word___<strong><em>
Me të pjerrëta të trasha</em></strong>
: ***fjalë*** ose ___fjalë___ -
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.
Kuptohet që, numri i shenjave asterisk/nënvijë në të dy anët e fjalës apo fjalëve, duhet të jetë i njëjtë. Shtypja “Dua ta shfaq këtë **me të trasha*” nuk do ta shfaqë fjalën me shkronja të trasha. -
Inline links
Inline links
Lidhje brendazi -
To create an %{inline_link}, use the following code:
To create an %{inline_link}, use the following code:
Që të krijoni një %{inline_link}, përdorni kodin vijues: -
[displayed text here](http://link.address.here "alt text")
[displayed text here](http://link.address.here "alt text")
[teksti që shfaqet](http://adresa.e.lidhjes \"tekst alternativ\") -
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.
“Teksti alternativ” është opsional, dhe shfaqet si një ndihmëz kur kursori kalohet përsipër lidhjes. -
inline link
inline link
lidhje brendazi -
Images
Images
Figura -
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:
Që të shfaqni figura të jashtme në postimet, komentet apo mesazhet tuaja private, përdorni të njëjtin kod si për një lidhje, por me një pikëçuditje në fillim: -
![Alt text](http://website.com/image.jpg "optional title")
![Alt text](http://website.com/image.jpg "optional title")
![Tekst alternativ](http://sajt.com/figurë.jpg \"titull opsional\") -
For this to work, you must provide a direct link to a valid image file, <em>not</em> to a web page with an image or images on it.
For this to work, you must provide a direct link to a valid image file,
<em>
not</em>
to a web page with an image or images on it.Që kjo të funksionojë, duhet të jepni një lidhje të drejtpërdrejtë te një kartelë e vlefshme figurash,<em>
jo</em>
te një faqe web me një apo disa figura në të. -
The alternative text in the square brackets is displayed if the image cannot be loaded, and the optional title is displayed as a tool-tip when the cursor is moved over the image; both are useful but not essential.
The alternative text in the square brackets is displayed if the image cannot be loaded, and the optional title is displayed as a tool-tip when the cursor is moved over the image; both are useful but not essential.
Teksti alternativ brenda kllapave katrore shfaqet kur figura nuk ngarkohet për vizitorin, ndërsa titulli opsional shfaqet si një ndihmëz kur kursori kalohet përsipër figurës; që të dyja janë të dobishme, por jo thelbësore. -
If you want your message to include a character which is also used in Markdown coding, you can prevent it from being read by Markdown as a formatting code by “escaping” it. To do this, place a backslash ( \ ) in front of the character. For example, typing
If you want your message to include a character which is also used in Markdown coding, you can prevent it from being read by Markdown as a formatting code by “escaping” it. To do this, place a backslash ( \ ) in front of the character. For example, typing
Nëse doni që mesazhi juaj të përfshijë një shenjë e cila përdoret për kodim Markdown, mund të parandaloni interpretimin e saj prej Markdown-it si kod formatimi duke e “paraprirë”. Për ta bërë këtë, vendosni një pjerrake së prapthi ( \ ) përpara shenjës. Për shembull, duke shtypur -
this \_ is an underscore
this \_ is an underscore
kjo \_ është një nënvijë -
prevents Markdown from reading the underscore as a Markdown code and allows diaspora* to display the underscore rather than creating italic text.
prevents Markdown from reading the underscore as a Markdown code and allows diaspora* to display the underscore rather than creating italic text.
e pengon Markdown-in ta interpretojë nënvijën si kod Markdown dhe e lejon diaspora*-n ta shfaqë nënvijë, në vend se të krijojë tekst me të pjerrëta.