|
|
|
:scream: Je ne sais pas mettre de table des matières.
|
|
|
|
# Sandbox
|
|
|
|
:scream: I don't know how to insert table of contents.
|
|
|
|
|
|
|
|
Un peu de doc pour le wiki :
|
|
|
|
A bit of doc for the wiki :
|
|
|
|
* https://gitlab.in2p3.fr/help/markdown/markdown
|
|
|
|
|
|
|
|
Voici le bac à sable
|
|
|
|
### Avec 3 dièzes
|
|
|
|
## Avec 2
|
|
|
|
# Avec 1
|
|
|
|
Here is the sandbox
|
|
|
|
### with 3 hashes
|
|
|
|
## with 2
|
|
|
|
# with 1
|
|
|
|
|
|
|
|
Blabla
|
|
|
|
BLA bla
|
|
|
|
|
|
|
|
* Avec une étoile
|
|
|
|
*Truc* **Bidule**
|
|
|
|
- hop
|
|
|
|
- hop
|
|
|
|
* with one star
|
|
|
|
*Something* **thingy**
|
|
|
|
- tut
|
|
|
|
- tut
|
|
|
|
|
|
|
|
Et un peu de code.
|
|
|
|
Some lines of code
|
|
|
|
|
|
|
|
En shell
|
|
|
|
In shell
|
|
|
|
|
|
|
|
```bash
|
|
|
|
ls
|
|
|
|
```
|
|
|
|
Et pour du C
|
|
|
|
For C language :
|
|
|
|
```C
|
|
|
|
#include <stdio.h>
|
|
|
|
int main() {
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
```
|
|
|
|
Et dans le texte, on peut citer du code, `ls` par exemple. :imp:
|
|
|
|
And in text, one can cite some code, `ls` for example. :imp:
|
|
|
|
|
|
|
|
Pour barrer du texte ~~idiot~~ inapproprié on a les tildes. |
|
|
|
Strikethrough uses ~~two tildes~~. |
|
|
\ No newline at end of file |