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

33 lines
No EOL
690 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 = 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
```