SimonUp/readme.md
2026-07-06 11:36:36 +02:00

35 lines
No EOL
727 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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[Text]^ = Fussnote (alles wird im Text geschrieben, Parser definiert dann die Ausgabe)
>Text> = Text eingerückt
>>Text>> = Text 2x eingerückt
<Text< = Zitat
[Text](URL) = Link
[Text]{URL} = Link new Tab
!Formatierungszeichen = Zeichen wird angezeigt (Beispiel: !# zeigt # als Text an.)
-Text- = Liste
>-Text>- = Eingeückte Liste
+Text+ = Nummerierte Liste
Text = Code
Text
= Codeblock
```