MyFirstBrain/Technik/Markdown-Howto.md

31 lines
640 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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>
#markdown #format