Skip to content

Commit 99e9dbc

Browse files
authored
chore: add note about github flavoured callouts extension [skip ci]
1 parent 65ddf3d commit 99e9dbc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
![MIT license](https://img.shields.io/github/license/sondregronas/mkdocs-callouts)
66
[![codecov](https://codecov.io/gh/sondregronas/mkdocs-callouts/branch/main/graph/badge.svg?token=N5IDI7Q4NZ)](https://codecov.io/gh/sondregronas/mkdocs-callouts)
77

8-
A simple plugin that converts Obsidian style callouts and converts them into mkdocs supported ['admonitions'](https://squidfunk.github.io/mkdocs-material/reference/admonitions/) (a.k.a. callouts).
8+
A simple plugin that converts [Obsidian](https://obsidian.md/) style callouts and converts them into mkdocs supported ['admonitions'](https://squidfunk.github.io/mkdocs-material/reference/admonitions/) (a.k.a. callouts).
9+
10+
> [!NOTE]
11+
> For GitHub's callout syntax, this markdown extension might be what you want instead: https://github.com/dahlia/markdown-gfm-admonition
912
1013
## Setup
1114
Install the plugin using pip:
@@ -79,4 +82,4 @@ plugins:
7982
- search
8083
- callouts:
8184
breakless_lists: false
82-
```
85+
```

0 commit comments

Comments
 (0)