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
|
||||
|
||||
```
|
||||
!*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)
|
||||
#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)
|
||||
…
|
||||
```
|
||||
Loading…
Reference in a new issue