diff --git a/module1/exo2/fichier-markdownSB.md b/module1/exo2/fichier-markdownSB.md new file mode 100644 index 0000000000000000000000000000000000000000..98b14f3d560511aa1e47fb8244c2298b94ecaa5e --- /dev/null +++ b/module1/exo2/fichier-markdownSB.md @@ -0,0 +1,28 @@ +# Partie 1 + +## Sous-partie 1: texte + +Une phrase sans rien +_Une phrase en italique_ +__Une phrase en gras__ +Un lien vers fun-mooc.fr : [Fun MOOC](https://www.fun-mooc.fr/fr/). +Une ligne de code : print("Code!") + +## Sous-partie 2: listes + +### Liste à puce +- Catégorie A : + - Catégorie A1 + - Catégorie A2 +- Catégorie B +- Catégorie C + +### Liste numérotée + +1. Catégorie A +2. Catégorie B +3. Catégorie C + +## Sous-partie 3: code + +print("#extrait de code") \ No newline at end of file