Update readme.md
This commit is contained in:
parent
4ee7efde05
commit
a20571abb6
1 changed files with 14 additions and 10 deletions
24
readme.md
24
readme.md
|
|
@ -7,14 +7,18 @@ Mein Enwurf für eine schreibfreundlichere Sprache.
|
||||||
### Basics
|
### Basics
|
||||||
|
|
||||||
```
|
```
|
||||||
!*Text!* = Fett
|
#Text# = Überschrift 1
|
||||||
!_Text!_ = Unterstrichen
|
##Text## = Überschrift 2
|
||||||
!/Text!/ = Italic
|
…
|
||||||
!~Text!~ = Durchgestrichen
|
*Text* = Fett
|
||||||
!^Text!^ = Hochgestellt
|
_Text_ = Unterstrichen
|
||||||
!^^Text!^^ = Tiefgestellt
|
/Text/ = Italic
|
||||||
!^1 = Fussnote einfügen (Zahl anpassen)
|
~Text~ = Durchgestrichen
|
||||||
!^1: = Text der Fussnote
|
^Text^ = Hochgestellt
|
||||||
!>Text!> = Text eingerückt (1 Tabulator)
|
^^Text!^^ = Tiefgestellt
|
||||||
!>>Text!>> = Text eingerückt (2 Tabulator)
|
^1 = Fussnote einfügen (Zahl anpassen)
|
||||||
|
^1: = Text der Fussnote
|
||||||
|
>Text> = Text eingerückt (1 Tabulator)
|
||||||
|
>>Text>> = Text eingerückt (2 Tabulator)
|
||||||
|
…
|
||||||
```
|
```
|
||||||
Loading…
Reference in a new issue