# Web
Quelques astuces sur le développement Web.
# Markdown dans un fichier .html
```html
Exemple de Markdown en HTML avec markdown-it
# Titre principal
## Titre secondaire
Voici un paragraphe avec *texte en italique* et **texte en gras**.
> Citation
$$\displaystyle\int_a^b\frac{1}{x}\mathrm{d}x=ln(b)-ln(a)$$
Test d'une équation en ligne \\(E=mc^2\\)
```