33 lines
No EOL
690 B
Markdown
33 lines
No EOL
690 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)
|
||
[Text](URL) = Link
|
||
[Text]{URL} = Link new Tab
|
||
!Formatierungszeichen = Zeichen wird angezeigt (Beispiel: !# zeigt # als Text an.)
|
||
-Text- = Liste
|
||
>-Text>- = Eingeückte Liste
|
||
‘Text‘ = Code
|
||
‘‘Js
|
||
Text
|
||
‘‘ = Codeblock
|
||
…
|
||
``` |