docs: prepare docs for MDX 2 (#8782)

This commit is contained in:
Sébastien Lorber 2023-03-16 17:02:38 +01:00 committed by GitHub
parent 07c57a1528
commit 9c920c531b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 112 additions and 70 deletions

View file

@ -106,9 +106,7 @@ Markdown can embed HTML elements, and [`details`](https://developer.mozilla.org/
<summary>
Nested toggle! Some surprise inside...
</summary>
<div>
😲😲😲😲😲
</div>
<div>😲😲😲😲😲</div>
</details>
</div>
</details>
@ -128,9 +126,7 @@ Markdown can embed HTML elements, and [`details`](https://developer.mozilla.org/
<summary>
Nested toggle! Some surprise inside...
</summary>
<div>
😲😲😲😲😲
</div>
<div>😲😲😲😲😲</div>
</details>
</div>
</details>