Résumé
| Effet | Md | HTML |
|---|---|---|
| Titre | # (jusqu'a 6) |
<h1> (jusqu'a <h6>) |
| Gras | **text** |
<b>text<b> |
| Souligné | ^^Souligné^^ |
<ins>text</ins> |
| Italique | *text* |
<i>text</i> |
| Gras italique | ***text*** |
<b><i>text</i></b> |
code |
`text` | <code>code</code> |
~~text~~ |
<s>text</s> |
|
| Surligné | ==Surligné== |
.... |
| [Link] | [Link] |
<a href=www.truc.com>Link</a> |
| Quote | > text |
<<blockquote>text</blockquote> |
| Formule | $text$ |
.... |
https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/