Revert "Merge pull request 'Python' (#81) from Python into master"
This reverts commit7908c218fa
, reversing changes made to1c57928338
.
This commit is contained in:
parent
7908c218fa
commit
11582415bd
84 changed files with 5297 additions and 573 deletions
43
wiki/markdown.md
Executable file
43
wiki/markdown.md
Executable file
|
@ -0,0 +1,43 @@
|
|||
*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*
|
Loading…
Add table
Add a link
Reference in a new issue