Markup-Code | Formatted Result |
---|---|
Cheat-Sheet compiled by Alexander Sasse / Smark Copyright © 2010 Alexander Sasse | |
*italic text* | italic text |
**bold text** | bold text |
***underlined text*** | underlined text |
****bold italic text**** | bold italic text |
*****bold italic underlined text***** | bold italic underlined text |
--striked text-- | striked text |
text ^^supertext^^ | text supertext |
Links: http://www.example.com [This is an example](http://www.example.com "This link leads to Example.com") |
Links: http://www.example.com This is an example |
Simple image Currently only jpg-images, full web-adress required http://www.example.com/image.jpg |
![]() |
# Headtext 1 ... ###### Headtext 6 |
Headtext...Headtext |
+quote+ Quoted text here +endquote+ |
Quoted text here |
+code+ Block code +endcode+ |
Block code
|
Unordered Lists (Listpointsindetifier * - +) Ident lists by simple tab * Listpoint 1 * Listpoint 2 + Listpoint 3 + Listpoint 4 - Listpoint 5 - Listpoint 6 |
|
Footnotes Custom Style Two components neccessary Source [^ AnchorName (LinkTitle)] [^ AnchorName] Destination |
Source Linktitle (invisible anchor) Destination |
Footnotes Regular Style As I said +ref+Your Reference Information+endref+ Place +showreferences+ Markup there, where footnotes should be displayed |
As I said 1 [1] Your Reference Information |
Symbolconversion All special characters are being converted into their corresponding entities. |
|
HTML-Code +html+<strong>Use HTML</strong>+endhtml+ |
Use HTML |
Horizontal Lines (min. 3 dashes) --- |
|