feat: add support for GitHub style admonition syntax

This commit is contained in:
saicaca
2024-06-22 01:31:29 +08:00
parent 176b38a4cb
commit 8bdad0b2fc
4 changed files with 29 additions and 2 deletions

View File

@@ -63,4 +63,15 @@ This is a note with a custom title.
:::note[MY CUSTOM TITLE]
This is a note with a custom title.
:::
```
> [!TIP]
> [The GitHub syntax](https://github.com/orgs/community/discussions/16925) is also supported.
```
> [!NOTE]
> The GitHub syntax is also supported.
> [!TIP]
> The GitHub syntax is also supported.
```