Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
f50a28a8c82bf67ad820bc82fe37aad2
mooc-rr
Commits
2e9f5489
Commit
2e9f5489
authored
Jul 04, 2025
by
f50a28a8c82bf67ad820bc82fe37aad2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update fichier-markdown.md
parent
e391755a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
1 deletion
+28
-1
fichier-markdown.md
module1/exo2/fichier-markdown.md
+28
-1
No files found.
module1/exo2/fichier-markdown.md
View file @
2e9f5489
test
# Partie 1
\ No newline at end of file
## 1. Introduction
Ce paragraphe contient du texte
*en italique*
et du texte
**en gras**
.
Vous trouverez la documentation complète sur Markdown sur le site de
[
CommonMark
](
https://commonmark.org/
)
.
## 2. Listes
### 2.1 Liste à puce
-
Premier élément
-
Deuxième élément
-
Troisième élément
### 2.2 Liste numérotée
1.
Étape 1
2.
Étape 2
3.
Étape 3
## 3. Bloc de code
```
python
def hello():
print("Bonjour, Markdown !")
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment