diff --git a/module1/exo2/exo2/fichier-markdown.md b/module1/exo2/exo2/fichier-markdown.md new file mode 100644 index 0000000000000000000000000000000000000000..b983ae80b58ef8130501684c0af48f2041379935 --- /dev/null +++ b/module1/exo2/exo2/fichier-markdown.md @@ -0,0 +1,23 @@ +# Partie 1 : Markdown Texte + +## Texte + +Bonjour +*Bonjour* +**Bonjour, je vais bien.** +hyperlien : [fun-mooc.fr] (https://www.fun-mooc.fr/fr/) + +`13579` + +## Liste + +- Items A + - a1 + -ab +1. Produits A +2. Produits B +3. Produits C + +## Code + +`U357` \ No newline at end of file