... | ... | @@ -80,10 +80,16 @@ flowchart LR |
|
|
Pour tester, on peut utiliser :
|
|
|
- la syntaxe LateX/kateX ( [voir la doc](https://katex.org/docs/supported.html#style-color-size-and-font))
|
|
|
|
|
|
```
|
|
|
$`\textcolor{teal}{ \text{textcolor "teal" dans une syntaxe LateX}}`$
|
|
|
```
|
|
|
$`\textcolor{teal}{ \text{textcolor "teal" dans une syntaxe LateX}}`$ ;
|
|
|
$`textcolor{green}{ \text{mot clé green}}`$ ;
|
|
|
$`\textcolor{#00ff00} {\sharp 00ff00}`$ ;
|
|
|
- les ["colorchips"](https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/user/markdown.md#colors), qui acceptent plusieurs format de couloeur dont hexa à 3 et 6 chiffres
|
|
|
```
|
|
|
$`\textcolor{#00ff00} {\sharp 00ff00}`$
|
|
|
```
|
|
|
$`\textcolor{#00ff00} {\sharp 00ff00}`$
|
|
|
|
|
|
- les ["colorchips"](https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/user/markdown.md#colors), qui acceptent plusieurs format de couleur dont hexa à 3 et 6 chiffres
|
|
|
- `#000000` , `#000`, `#222`, `#444`, `#666`, `#888`, `#aaa`, `#ccc`, `#eee`
|
|
|
- `#FF0000` , `#F00`, `#F22`, `#F44`, `#F66`, `#F88`, `#Faa`, `#Fcc`
|
|
|
- `#00ff00` , `#0f0`, `#2F2`, `#4F4`, `#6F6`, `#8F8`, `#aFa`, `#cFc`
|
... | ... | @@ -96,9 +102,9 @@ $`\textcolor{#00ff00} {\sharp 00ff00}`$ ; |
|
|
- `#5fc` , `#5ef`, `#58a`
|
|
|
- `#66f` , `#6f6`
|
|
|
- `#9f6`
|
|
|
- #bbf
|
|
|
- `#bbf`
|
|
|
- `#c97` , `#c55` ,`#c5c`
|
|
|
- `#ff1`, `#f96` , `#fcc`, `#fa0`, `#f88` , `#f66` , `#f96`
|
|
|
- `#ff1`, `#f0d` , `#fcc`, `#fa0`, `#f88` , `#f66` , `#f96`
|
|
|
|
|
|
```mermaid
|
|
|
flowchart LR
|
... | ... | |