Markdown Cheatsheet
Some Templates for most common markdown syntax:
Links | [Description](link) |
Images | ![alt text](image.png) |
Table |
| Col1 | Col2 | Col3 | | —- |:—–:| —-:| | | | |
Blockquote | < |
Code | `code` |
Fenced Code |
{ Block of Code } |
Horizontal Rule | — |
Footnote |
Here’s a sentence with a footnote. [^1] [^1]: This is the footnote. |
Formatting |
Header: # Bold: ** Italic: * Strinkethrough_ ~~ |
Ressources:
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
https://www.markdownguide.org/cheat-sheet/
https://commonmark.org/help/