docs: fix example admonition syntax (#6988)

* Fix example admonition syntax

There was a space between `::: info` should be `:::info` or else Docusaurus does not render it as an admonition.

* kick CI

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
Kayce Basques 2022-03-24 17:54:27 -07:00 committed by GitHub
parent c42f22b9bd
commit 395136a731
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,14 +87,14 @@ If you use [Prettier](https://prettier.io) to format your Markdown files, Pretti
<!-- prettier-ignore -->
```md
<!-- Prettier doesn't change this -->
::: note
:::note
Hello world
:::
<!-- Prettier changes this -->
::: note
:::note
Hello world
:::