MyFirstBrain/Technik/Markdown-Howto.md

31 lines
640 B
Markdown
Raw Normal View History

2025-07-27 19:00:52 +02:00
---
created: 2025-07-20T17:22
updated: 2025-07-20T17:22
---
Title : Markdown-Howto.md
===
## escape pipe (|) symbol while writing markdown tables
Bar | xyz | 23 |
## Bolt FETT Schrift :
```PLainText
__bolt__ oder **fett**
```
__bolt__ oder **fett**
```none
~~Dieser Text ist durchgestrichen.~~ Dieser aber nicht.
```
~~Dieser Text ist durchgestrichen.~~ Dieser aber nicht.
Unterstrichen `<u>|</u>`
<u>Unterstrichen</u>
Tief- und Hochstellung kann jedoch HTML-Code genutzt werden wie z.B. `H<sub>2</sub>O` für H<sub>2</sub>O und `X<sup>2</sup>` für X<sup>2</sup>
2024-06-16 10:52:07 +02:00
#markdown #format