Hilfe:Hilfe
Aus ProgrammingWiki
| Beschreibung | Wikitext | Ergebnis |
| Kursiv | ''italic'' | italic |
| Fett | '''bold''' | bold |
| Fett und Kursiv | '''''bold & italic''''' | bold & italic |
| Wenn es mal nicht Wiki sein soll | <nowiki>no "markup"</nowiki> | no ''markup'' |
| Courier Text |
<tt>Fixed width text</tt> |
Fixed width text |
| Einrücken am Zeilenanfang |
:Single indent |
|
| Überschriften (bitte ab Level 2 verwenden) |
=level 1= |
Level 1 |
| Horizontale Linie |
---- |
|
| Aufzählung |
* one |
|
| Nummerierte Liste |
# one |
|
| Mix aus beiden |
# one |
|
| Definitionsliste |
;Definition |
|
| Vorformatierter Text |
preformatted text is done with |
preformatted text is done with a space at the beginning of the line |
| Blockquotes |
Body <blockquote> quote quote quote quote quote quote </blockquote> text text text text text text text text text text text text |
Body quote quote quote quote quote quote text text text text text text text text text text text text |
| Kommentar |
<!--This is comment--> |