From e8ba868b87c5719fc0bacfaa24f505030ea97bfe Mon Sep 17 00:00:00 2001 From: simonpipe Date: Mon, 6 Jul 2026 17:11:00 +0200 Subject: [PATCH] Update readme.md --- readme.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/readme.md b/readme.md index 52b9ffc..c63133f 100644 --- a/readme.md +++ b/readme.md @@ -38,4 +38,67 @@ Text ;; Codesprache Text ;; = Textblock mit angegebener Codesprach +``` + +# Simonhigh Syntax (kompakt) + +## Textformatierung +``` +#Text# →

Text

+##Text## →

Text

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

Text

+``` + +## Listen +``` +-Text- →
  • Text
  • +>-Text>- →
  • Text
  • ++Text+ →
    1. Text
    +``` + +## Links +``` +[Text](URL) → Text +[Text]{URL} → Text +``` + +## Code +``` +;Text; → Text +;; +Codeblock +;; →
    Codeblock
    +;;Sprache +Codeblock +;; →
    Codeblock
    +``` + +## Bilder +``` +![Alt-Text](URL) → Alt-Text +![Alt-Text w:200 h:150](URL) → Alt-Text +![Alt-Text left/right/center](URL) → Positioniert +![Alt-Text left33%](URL) → Alt-Text +![Alt-Text](URL) |Unterschrift| →
    Alt-Text
    Unterschrift
    +``` + +## Fußnoten +``` +^1[Text]^ → 1 + Fußnote: Text +^x[Text]^ → Auto-Fußnote +``` + +## Zitate +``` +\:Text: → Text +:: +Text +:: →
    Text
    ``` \ No newline at end of file