Update fichier-markdown.md

parent c329ca54
---
output:
pdf_document: default
html_document: default
---
# Part 1 # Part 1
## Subpart 1: text ## Subpart 1: text
A sentence without anything A sentence without anything
*One sentence in italics * *One sentence in italics*
**One sentence in bold ** **One sentence in bold**
A link to [fun-mooc.fr]( https://www.fun-mooc.fr/ ) A link to [fun-mooc.fr](https://www.fun-mooc.fr/)
A line of `code` A line of `code`
## Subpart 2: lists ## Subpart 2: lists
** Bullet list ** ### Bulleted list
-item - item
- sub-item - sub-item
- sub-item - sub-item
-item - item
-item - item
### Numbered list
** Numbered list **
1. item 1. item
2. item 2. item
...@@ -37,7 +30,6 @@ A line of `code` ...@@ -37,7 +30,6 @@ A line of `code`
## Subpart 3: code ## Subpart 3: code
``` ```r
# Code snippet # Code snippet
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment