MyFirstBrain/Technik/Markdown-Howto.md

25 lines
404 B
Markdown
Raw Normal View History

2024-06-14 22:25:27 +02:00
Title : Markdown-Howto.md
===
## escape pipe (|) symbol while writing markdown tables
Bar | xyz | 23 |
## Bolt FETT Schrift :
```PLainText
__bolt__ oder **fett**
```
__bolt__ oder **fett**
2024-06-16 09:59:41 +02:00
```none
~~Dieser Text ist durchgestrichen.~~ Dieser aber nicht.
```
~~Dieser Text ist durchgestrichen.~~ Dieser aber nicht.
2024-06-14 22:25:27 +02:00
2024-06-17 09:37:28 +02:00
Unterstrichen `<u>|</u>`
<u>Unterstrichen</u>
2024-06-16 09:57:42 +02:00
2024-06-16 10:52:07 +02:00
#markdown #format