chore: revert docs(website): use MDX comments instead of HTML comments (#8517)

This commit is contained in:
Sébastien Lorber 2023-01-06 17:07:53 +01:00 committed by GitHub
parent 9c9d17d6aa
commit bc00bda5e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 151 additions and 79 deletions

View file

@ -87,7 +87,7 @@ Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
If you use [Prettier](https://prettier.io) to format your Markdown files, Prettier might auto-format your code to invalid admonition syntax. To avoid this problem, add empty lines around the starting and ending directives. This is also why the examples we show here all have empty lines around the content.
{/* prettier-ignore */}
<!-- prettier-ignore -->
```md
<!-- Prettier doesn't change this -->
:::note