Skip to content

Commit cbf8bfd

Browse files
committed
Add a note that any Python Markdown extension can be used with MD filter
Resolves #192
1 parent 83e7888 commit cbf8bfd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/markdown/filters/markdown.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ matrix:
5656
- **/*.md
5757
```
5858

59+
/// tip | Markdown Extensions
60+
Any Python markdown extensions can be used via `markdown_extensions`. Either built-in Python Markdown extensions or 3rd
61+
party Python Markdown extensions.
62+
///
63+
5964
## Options
6065

6166
Options | Type | Default | Description

0 commit comments

Comments
 (0)