24 lines
No EOL
466 B
Markdown
24 lines
No EOL
466 B
Markdown
# Simonhigh statt Markdown 😉
|
|
|
|
Mein Enwurf für eine schreibfreundlichere Sprache.
|
|
|
|
## Formatierung
|
|
|
|
### Basics
|
|
|
|
```
|
|
#Text# = Überschrift 1
|
|
##Text## = Überschrift 2
|
|
…
|
|
*Text* = Fett
|
|
_Text_ = Unterstrichen
|
|
/Text/ = Italic
|
|
~Text~ = Durchgestrichen
|
|
^Text^ = Hochgestellt
|
|
^^Text!^^ = Tiefgestellt
|
|
^1 = Fussnote einfügen (Zahl anpassen)
|
|
^1: = Text der Fussnote
|
|
>Text> = Text eingerückt (1 Tabulator)
|
|
>>Text>> = Text eingerückt (2 Tabulator)
|
|
…
|
|
``` |