docs: update example posts

This commit is contained in:
radishzzz 2025-05-04 17:42:20 +01:00
parent 6507ca14c4
commit 1842dbd7da
4 changed files with 7 additions and 6 deletions

View file

@ -42,7 +42,7 @@ To create a Github repository card, use the double colon syntax `::github{repo="
::github{repo="radishzzz/astro-theme-retypeset"}
## Admonition Blocks
## Admonition
To create admonition blocks, use the GitHub syntax `> [!TYPE]` or the triple colon syntax `:::type`. Following types are supported: `note`, `tip`, `important`, `warning`, and `caution`.
@ -82,4 +82,4 @@ Advises about risks or negative outcomes of certain actions.
:::note[YOUR CUSTOM TITLE]
This is a note with a custom title.
:::
:::