mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
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:
parent
c42f22b9bd
commit
395136a731
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
:::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue