# Ecriture
## Styles
### Mise en forme
Ce texte est en **gras** et en __gras__.
Ce texte est en *italique* et en _italique_.
```
Note : si on veut utiliser le symbole * , il faut ajouter \ devant pour éviter le gras/italique.
```
Ce texte est ~~barré~~.
Ce texte est en `chassefixe`.
Aussi en surbrillance :
```
chasse fixe
```
*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__
_You **can** combine them_
***You can combine them**_
This is a subscript text
This is a superscript text
### Couleurs
The background color should be `#ffffff` for light mode and `#0d1117` for dark mode.
Color Syntaxe Exemple Sortie
HEX `#RRGGBB` `#0969DA` Modèle de couleur pris en charge pour le rendu au format HEX.
RGB `rgb(R,G,B)` `rgb(9, 105, 218)` Modèle de couleur pris en charge pour le rendu au format RGB.
HSL `hsl(H,S,L)` `hsl(212, 92%, 45%)` Modèle de couleur pris en charge pour le rendu au format HSL.
### Insertion
#### Liens
Ceci est un hyperlien : [Exemple d'hyperlien] (https://www.frontiersin.org/articles/10.3389/fmicb.2020.00923/full?utm_source=FRN&utm_medium=EMAIL_IRIS&utm_campaign=EMI_FRN_ARTICLEPUBLISHED_FOLLOWERS&utm_content=Twitter_1)
http://github.com - automatic!
[GitHub](http://github.com)
This site was built using [GitHub Pages](https://pages.github.com/).
Ceci est une image : ![Exemple d'image] (https://commons.wikimedia.org/wiki/File:JPEG_example_flower.jpg#/media/Fichier:JPEG_example_flower.jpg)

Format: 
#### Quotes
Text that is not a quote
> Text that is a quote
#### Blockquotes
As Kanye West said:
> We're living the future so
> the present is our past.
#### Inline code
To print some text with Python, you should use the `print()` function.
```
print("Hello world!")
```
## Structure
### Listes déclaratives
Ceci est une liste à puce :
- liste 1 ;
- liste 2 ;
- liste 3.
Ceci est une énumération :
1. énumération 1 ;
2. énumération 2 ;
3. énumération 3.
Ceci est un mixte :
1. énumération 1 :
- liste 1 ;
- liste 2 ;
2. énumération 2 :
1. liste 3 ;
2. liste 4 ;
3. énumération 3 :
* **liste 5** ;
* *liste 6*.
### Listes de tâches
- [x] #739
- [ ] https://github.com/octo-org/octo-repo/issues/740
- [ ] Add delight to the experience when all tasks are complete :tada:
- [ ] \(Optional) Open a followup issue
## Notes de bas de pages
Here is a simple footnote[^1].
A footnote can also have multiple lines[^2].
You can also use words, to fit your writing style more closely[^note].
[^1]: My reference.
[^2]: Every new line should be prefixed with 2 spaces.
This allows you to have a footnote with multiple lines.
[^note]:
Named footnotes will still render with numbers instead of the text but allow easier identification and linking.
This footnote also has been made with a different syntax using 4 spaces for new lines.
## Symboles grecs
: "α" Greek_alpha
: "Α" Greek_ALPHA
: "β" Greek_beta
: "Β" Greek_BETA
: "γ" Greek_gamma
: "Γ" Greek_GAMMA
: "δ" Greek_delta
: "Δ" Greek_DELTA
: "ε" Greek_epsilon
: "Ε" Greek_EPSILON
: "ζ" Greek_zeta
: "Ζ" Greek_ZETA
: "η" Greek_eta