Aller au contenu principal

titre 1

# titre 1 

titre 2

## titre 2 \{#custom}

L'ancre de titre ça ne fonctionne qu'à partir des titres 2

L'ancre de titre ça ne fonctionne [qu'à partir des titres 2](#custom)

italic

*italic*

gras

**gras**

italic et gras

***italic et gras***

La route est barrée

La route est ~~barrée~~

Attrape ton marqueur bleu

Attrape ton <mark>marqueur bleu</mark>

X2

X<sup>2</sup>

Y3

Y<sub>3</sub>
  • liste
    • liste décalée
- liste
- liste décalée
  1. liste numérotée
1. liste numérotée

Liste de tâches

  • Write the press release
  • Update the website
  • Contact the media
Liste de tâches
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media

😂 ⚠️ 📝 💡 😄

:joy:
:warning:
:memo:
:bulb:
:smile:

inline code

`inline code`

blocquote

> blocquote

saut de
ligne

saut de<br />ligne

Docusaurus logo

![Docusaurus logo](/img/logo.png)

Si c'est pas à la bonne taille => HTML

<img src="/img/logo.png" width="40" />

Lien vers un page.

Lien [vers un page](/developpeurs/docusaurus/create-a-page).

---

Déporter les liens hors du texte hobbit-hole, and that means comfort.

Déporter les liens hors du texte [hobbit-hole][1], and that means comfort.

[1]: https://en.wikipedia.org/wiki/Hobbit#Lifestyle "Hobbit lifestyles"

Here's a simple footnote,1

Here's a simple footnote,[^1]
[^1]: This is the first footnote.
remarque

Some content with Markdown syntax. Check this api.

:::note
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
astuce

Some content with Markdown syntax. Check this api.

:::tip
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
info

Some content with Markdown syntax. Check this api.

:::info
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
attention

Some content with Markdown syntax. Check this api.

:::warning:::
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
danger

Some content with Markdown syntax. Check this api.

:::danger
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
SyntaxDescriptionTest Text
HeaderTitleHere's this
ParagraphTextAnd more
| Syntax      | Description | Test Text     |
| :--- | :----: | ---: |
| Header | Title | Here's this |
| Paragraph | Text | And more |

L'outil ultime pour les tables

{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```
Titre du bloc
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```json title="Titre du bloc"
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```

Footnotes

  1. This is the first footnote.