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
c98401104fe5f2c94825f4d2a3e933da
mooc-rr
Commits
60a43f00
Commit
60a43f00
authored
Dec 23, 2025
by
c98401104fe5f2c94825f4d2a3e933da
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
30 additions
and
1 deletion
+30
-1
fichier-markdown.md
module1/exo2/fichier-markdown.md
+30
-1
No files found.
module1/exo2/fichier-markdown.md
View file @
60a43f00
test
# Partie 1
\ No newline at end of file
## Introduction
Dans ce document, je présente un exemple simple d’écriture en Markdown.
Ce fichier a été rédigé dans le cadre du MOOC « Recherche reproductible ».
Ceci est un texte en
*italique*
et ceci est un texte en
**gras**
.
Voici un lien vers le site du MOOC :
[
Recherche reproductible
](
https://www.fun-mooc.fr
)
## Listes
### Liste à puces
-
Premier élément
-
Deuxième élément
-
Troisième élément
### Liste numérotée
1.
Élément un
2.
Élément deux
3.
Élément trois
## Code
Voici un exemple de bloc de code en Python :
```
python
print("Hello world")
\ No newline at end of file
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