44 lines
1.3 KiB
Markdown
44 lines
1.3 KiB
Markdown
|
*Discord Plex FR : https://discord.gg/ERpYMqS* *Version 2021-3-07*
|
||
|
|
||
|
###Markdown
|
||
|
|
||
|
**Styles :**
|
||
|
- Italique : *texte* ou _texte_
|
||
|
- Gras : **texte**
|
||
|
- Souligné : __texte__
|
||
|
- Barré : ~~texte~~
|
||
|
- Italique souligné : __*texte*__
|
||
|
- Gras souligné : __**texte**__
|
||
|
- Gras italique : ***texte***
|
||
|
- Gras italique souligné : __***texte***__
|
||
|
- Gras italique souligné barré : ~~__***texte***__~~
|
||
|
- Spoil : ||texte||
|
||
|
*ce ne sont que des exemples, mais vous pouvez jongler entre les différents styles*
|
||
|
*note : Si un style italique souligné commence avec __*, il doit finir avec *__*
|
||
|
|
||
|
**Blocs de code :**
|
||
|
- Simple : [Image](https://support.discord.com/hc/article_attachments/360058503112/1_code_block.png)
|
||
|
- Gros bloc : [Image](https://support.discord.com/hc/article_attachments/360058503132/2_multiple_line_code_blocks.png)
|
||
|
- Gros bloc avec couleur de code : [Image](https://support.discord.com/hc/article_attachments/360058666851/3_css.png)
|
||
|
*impossible de montrer autrement qu'avec des images pour ces 3 exemples*
|
||
|
|
||
|
**Citations :**
|
||
|
Citation : > texte
|
||
|
Bloc
|
||
|
de
|
||
|
citation : >>> texte
|
||
|
|
||
|
**Liens :**
|
||
|
[Text](link)
|
||
|
Voici un texte avec un lien vers [un site sur les réseaux de neurones](https://www.neural-networks.io)
|
||
|
|
||
|
**Titres de section :**
|
||
|
# h1 Heading
|
||
|
## h2 Heading
|
||
|
### h3 Heading
|
||
|
#### h4 Heading
|
||
|
##### h5 Heading
|
||
|
###### h6 Heading
|
||
|
|
||
|
*Écrit par Ymerix le 23/02/2021*
|