forked from DSIT/documentation-dsit
Actualiser docs/Services/pole-scientifique/Commandes de mises en forme mkdoc.txt
This commit is contained in:
parent
a3a92042c4
commit
3925d04b7f
|
@ -1,20 +1,25 @@
|
|||
Centrer le texte: <div style="text-align:center;">Votre texte centré</div>
|
||||
Centrer votre image: <div style="text-align:center;"></div>
|
||||
Titre texte: # votre texte ou ## votre texte ### votre texte
|
||||
Texte vers hyperlien: [ton texte](https://lien.com)
|
||||
Hypertexte vers lien: [ton texte](https://lien.com)
|
||||
Hypertexte vers lien dans une nouvelle fenetre: <a href="https://onyxia.lab.groupe-genes.fr/account/storage" target="_blank">
|
||||
Colerer un texte: <span style="color:red">votre texte</span>
|
||||
Insérer une image: 
|
||||
Texte en gras: **Texte**
|
||||
Ajouter un bout de code avec le titre d'un script:
|
||||
``` py title="monscript.sh"
|
||||
Echo “Hello World” > work/hello-onyxia.txt
|
||||
```
|
||||
``` py title="monscript.sh"
|
||||
Echo “Hello World” > work/hello-onyxia.txt
|
||||
```
|
||||
Ajouter un bout de code simple sur une ligne: `` mon code ``
|
||||
Ajouter un bout de code faisant plusieurs ligne:
|
||||
```
|
||||
votre code
|
||||
```
|
||||
```
|
||||
votre code
|
||||
```
|
||||
hypertexte vers section spécifique dans la mêmes page:
|
||||
#test
|
||||
[Aller à ma section](#test)
|
||||
|
||||
<a href="https://onyxia.lab.groupe-genes.fr/account/storage" target="_blank">
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user