chore: update example post
This commit is contained in:
parent
2b9f6bc5bb
commit
ec179a2127
@ -8,7 +8,7 @@ category: 'Examples'
|
|||||||
draft: false
|
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.
|
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"}
|
::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.
|
Negative potential consequences of an action.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
### Basic Syntax
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
:::note
|
:::note
|
||||||
Highlights information that users should take into account, even when skimming.
|
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.
|
The title of the admonition can be customized.
|
||||||
|
|
||||||
:::note[MY CUSTOM TITLE]
|
:::note[MY CUSTOM TITLE]
|
||||||
@ -65,6 +69,8 @@ This is a note with a custom title.
|
|||||||
:::
|
:::
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### GitHub Syntax
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> [The GitHub syntax](https://github.com/orgs/community/discussions/16925) is also supported.
|
> [The GitHub syntax](https://github.com/orgs/community/discussions/16925) is also supported.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user