Update readme.md
This commit is contained in:
parent
c7f8e52d94
commit
e179de7ee0
1 changed files with 8 additions and 47 deletions
55
readme.md
55
readme.md
|
|
@ -2,47 +2,9 @@
|
||||||
|
|
||||||
Mein Enwurf für eine schreibfreundlichere Sprache.
|
Mein Enwurf für eine schreibfreundlichere Sprache.
|
||||||
|
|
||||||
## Formatierung
|
## Syntax
|
||||||
|
|
||||||
### Basics
|
### Textformatierung
|
||||||
|
|
||||||
```
|
|
||||||
#Text# = Überschrift 1
|
|
||||||
##Text## = Überschrift 2
|
|
||||||
…
|
|
||||||
*Text* = Fett
|
|
||||||
_Text_ = Unterstrichen
|
|
||||||
/Text/ = Italic
|
|
||||||
~Text~ = Durchgestrichen
|
|
||||||
^Text^ = Hochgestellt
|
|
||||||
^^Text^^ = Tiefgestellt
|
|
||||||
^1[Text]^ = Fussnote manuelle Nummer
|
|
||||||
^x[Text]^ = Fussnote automatisch nummeriert
|
|
||||||
>Text> = Text eingerückt
|
|
||||||
>>Text>> = Text 2x eingerückt
|
|
||||||
…
|
|
||||||
:Text: = Zitat
|
|
||||||
::
|
|
||||||
Text
|
|
||||||
:: = Blockzitat
|
|
||||||
[Text](URL) = Link
|
|
||||||
[Text]{URL} = Link new Tab
|
|
||||||
\Formatierungszeichen = Zeichen wird angezeigt (Beispiel: \# zeigt # als Text an. \ mit anschliessendem Leerzeichen wird als \ angezeigt. Ansonsten \\ schreiben.)
|
|
||||||
-Text- = Liste
|
|
||||||
>-Text>- = Eingeückte Liste
|
|
||||||
+Text+ = Nummerierte Liste
|
|
||||||
;Text; = Code
|
|
||||||
;;
|
|
||||||
Text
|
|
||||||
;; = Codeblock
|
|
||||||
;; Codesprache
|
|
||||||
Text
|
|
||||||
;; = Textblock mit angegebener Codesprach
|
|
||||||
```
|
|
||||||
|
|
||||||
# Simonhigh Syntax
|
|
||||||
|
|
||||||
## Textformatierung
|
|
||||||
```
|
```
|
||||||
#Text# → Titel H1
|
#Text# → Titel H1
|
||||||
##Text## → Titel H2
|
##Text## → Titel H2
|
||||||
|
|
@ -57,20 +19,20 @@ _Text_ → Unterstrichen
|
||||||
<Text< → Rechtsbündig
|
<Text< → Rechtsbündig
|
||||||
```
|
```
|
||||||
|
|
||||||
## Listen
|
### Listen
|
||||||
```
|
```
|
||||||
-Text- → Liste
|
-Text- → Liste
|
||||||
>-Text>- → Liste eingerückt
|
>-Text>- → Liste eingerückt
|
||||||
+Text+ → Nummerierte Liste
|
+Text+ → Nummerierte Liste
|
||||||
```
|
```
|
||||||
|
|
||||||
## Links
|
### Links
|
||||||
```
|
```
|
||||||
[Text](URL) → Link
|
[Text](URL) → Link
|
||||||
[Text]{URL} → Link new Tab
|
[Text]{URL} → Link new Tab
|
||||||
```
|
```
|
||||||
|
|
||||||
## Code
|
### Code
|
||||||
```
|
```
|
||||||
;Text; → Code
|
;Text; → Code
|
||||||
;;
|
;;
|
||||||
|
|
@ -81,7 +43,7 @@ Codeblock
|
||||||
;; → Codeblock mit Angabe der Sprache
|
;; → Codeblock mit Angabe der Sprache
|
||||||
```
|
```
|
||||||
|
|
||||||
## Bilder
|
### Bilder
|
||||||
```
|
```
|
||||||
 → <img src="URL" alt="Alt-Text">
|
 → <img src="URL" alt="Alt-Text">
|
||||||
 → <img src="URL" alt="Alt-Text" style="width:200px;height:150px;">
|
 → <img src="URL" alt="Alt-Text" style="width:200px;height:150px;">
|
||||||
|
|
@ -90,15 +52,14 @@ Codeblock
|
||||||
 |Unterschrift| → <figure><img src="URL" alt="Alt-Text"><figcaption class="text-center">Unterschrift</figcaption></figure>
|
 |Unterschrift| → <figure><img src="URL" alt="Alt-Text"><figcaption class="text-center">Unterschrift</figcaption></figure>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Fußnoten
|
### Fussnoten
|
||||||
```
|
```
|
||||||
^1[Text]^ → Fussnote manuelle Nummer + Text
|
^1[Text]^ → Fussnote manuelle Nummer + Text
|
||||||
^x[Text]^ → Fussnote automatische Nummer + Text
|
^x[Text]^ → Fussnote automatische Nummer + Text
|
||||||
```
|
```
|
||||||
|
|
||||||
## Zitate
|
### Zitate
|
||||||
```
|
```
|
||||||
\
|
|
||||||
:Text: → Zitat
|
:Text: → Zitat
|
||||||
::
|
::
|
||||||
Text
|
Text
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue