... | @@ -96,7 +96,14 @@ for lettre in mon_langage: |
... | @@ -96,7 +96,14 @@ for lettre in mon_langage: |
|
```html
|
|
```html
|
|
<text x="5" y = "12" >avec le mot-clé html : ici, extrait d'un fichier svg ></text>
|
|
<text x="5" y = "12" >avec le mot-clé html : ici, extrait d'un fichier svg ></text>
|
|
<circle fill_color="yellow" cx="5" cy = "12" r = "50">
|
|
<circle fill_color="yellow" cx="5" cy = "12" r = "50">
|
|
|
|
|
|
```
|
|
```
|
|
|
|
A noter, le mot-clé **math** permet de la même manière d'obtenir une équation LateX !
|
|
|
|
|
|
|
|
```math
|
|
|
|
V_{sphere} = \frac{4}{3}\pi r^3
|
|
|
|
```
|
|
|
|
|
|
#### "pourquoi pas"
|
|
#### "pourquoi pas"
|
|
|
|
|
|
##### texte en couleur
|
|
##### texte en couleur
|
... | @@ -133,7 +140,7 @@ $$V_{sphere} = \frac{4}{3}\pi r^3$$ |
... | @@ -133,7 +140,7 @@ $$V_{sphere} = \frac{4}{3}\pi r^3$$ |
|
|
|
|
|
$` F(x) &= \int^a_b \frac{1}{3}x^3 `$
|
|
$` F(x) &= \int^a_b \frac{1}{3}x^3 `$
|
|
|
|
|
|
Exemple qui fonctionne, trouvé [sur un forum de discussion](https://stackoverflow.com/questions/35259660/displaying-latex-equation-in-gitlab-wiki-using-the-markdown-editor)
|
|
Exemple qui fonctionne, trouvé [sur un forum de discussion](https://stackoverflow.com/questions/35259660/displaying-latex-equation-in-gitlab-wiki-using-the-markdown-editor) : bloc défini par 3 backticks et le mot clé **math**
|
|
|
|
|
|
```math
|
|
```math
|
|
|
|
|
... | | ... | |