From ec179a21270d69f256f8d35e53867d1330fb9278 Mon Sep 17 00:00:00 2001 From: saicaca Date: Sun, 27 Oct 2024 18:15:50 +0800 Subject: [PATCH] chore: update example post --- src/content/posts/markdown-extended.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/content/posts/markdown-extended.md b/src/content/posts/markdown-extended.md index 258d7ea..149a7d8 100644 --- a/src/content/posts/markdown-extended.md +++ b/src/content/posts/markdown-extended.md @@ -8,7 +8,7 @@ category: 'Examples' draft: false --- -## GitHub repository cards +## GitHub Repository Cards You can add dynamic cards that link to GitHub repositories, on page load, the repository information is pulled from the GitHub API. ::github{repo="Fabrizz/MMM-OnSpotify"} @@ -43,6 +43,8 @@ Critical content demanding immediate user attention due to potential risks. Negative potential consequences of an action. ::: +### Basic Syntax + ```markdown :::note Highlights information that users should take into account, even when skimming. @@ -53,6 +55,8 @@ Optional information to help a user be more successful. ::: ``` +### Custom Titles + The title of the admonition can be customized. :::note[MY CUSTOM TITLE] @@ -65,6 +69,8 @@ This is a note with a custom title. ::: ``` +### GitHub Syntax + > [!TIP] > [The GitHub syntax](https://github.com/orgs/community/discussions/16925) is also supported.