diff --git a/readme.md b/readme.md index c63133f..1be5dd9 100644 --- a/readme.md +++ b/readme.md @@ -40,44 +40,45 @@ Text ;; = Textblock mit angegebener Codesprach ``` -# Simonhigh Syntax (kompakt) +# Simonhigh Syntax ## Textformatierung ``` -#Text# →

Text

-##Text## →

Text

-*Text* → Text -_Text_ → Text -/Text/ → Text -~Text~ → Text -^Text^ → Text -^^Text^^ → Text -\Zeichen → Escape (z. B. \# → #) -|Text| →

Text

+#Text# → Titel H1 +##Text## → Titel H2 +*Text* → Fett +_Text_ → Unterstrichen +/Text/ → Kursiv +~Text~ → Durchgestrichen +^Text^ → Hochgestellt +^^Text^^ → Tiefgestellt +\Zeichen → Escape (z. B. \# → #) +|Text| → Zentriert +Text ->-Text>- →
  • Text
  • -+Text+ →
    1. Text
    +-Text- → Liste +>-Text>- → Liste eingerückt ++Text+ → Nummerierte Liste ``` ## Links ``` -[Text](URL) → Text -[Text]{URL} → Text +[Text](URL) → Link +[Text]{URL} → Link new Tab ``` ## Code ``` -;Text; → Text +;Text; → Code ;; Codeblock -;; →
    Codeblock
    +;; → Codeblock ;;Sprache Codeblock -;; →
    Codeblock
    +;; → Codeblock mit Angabe der Sprache ``` ## Bilder @@ -91,14 +92,15 @@ Codeblock ## Fußnoten ``` -^1[Text]^ → 1 + Fußnote: Text -^x[Text]^ → Auto-Fußnote +^1[Text]^ → Fussnote manuelle Nummer + Text +^x[Text]^ → Fussnote automatische Nummer + Text ``` ## Zitate ``` -\:Text: → Text +\ +:Text: → Zitat :: Text -:: →
    Text
    +:: → Zitatblock ``` \ No newline at end of file