Test d'article
Bon bah c’est parti pour un test d’article
Basic Syntax
Headings
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Emphasis
*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__
_You **can** combine them_
This text will be italic
This will also be italic
This text will be bold
This will also be bold
You can combine them
graph TD box["Box Internet"] caddy["Caddy host"] docker["Docker"] website["lomig.me"] box --> caddy caddy --> docker docker --> website