mirror of
https://github.com/kovetskiy/mark.git
synced 2025-07-16 02:32:41 +08:00
Document admonitions feature
This commit is contained in:
parent
01a6bc7af2
commit
4f1d68bfee
10
README.md
10
README.md
@ -741,6 +741,16 @@ All you need is a codeblock marked as "d2".
|
||||
X -> Y
|
||||
```
|
||||
|
||||
### MkDocs' Admonitions
|
||||
|
||||
Optionally you can enable mkdocs-style [Admonitions](https://squidfunk.github.io/mkdocs-material/reference/admonitions/) via `--features="mkdocsadmonitions"`.
|
||||
|
||||
When enabled, this renders note, warning, tip, info admonitions as Confluence alerts.
|
||||
|
||||
```markdown
|
||||
!!! note
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
### Homebrew
|
||||
|
Loading…
x
Reference in New Issue
Block a user