MyFirstBrain/Technik/Markdown-Howto.md
2024-06-17 09:50:51 +02:00

25 lines
552 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.

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