diff options
| author | Waylan Limberg <waylan.limberg@icloud.com> | 2020-05-08 11:55:35 -0400 |
|---|---|---|
| committer | Waylan Limberg <waylan.limberg@icloud.com> | 2020-05-08 13:09:36 -0400 |
| commit | 3e69f18d426295f513b935fb89d22770014cea45 (patch) | |
| tree | 4348bb288b57548910ac73435a0960410bd8a57b /docs/extensions | |
| parent | a6052658fbad43b7636f97685cace2adc736b7fa (diff) | |
| download | python-markdown-3e69f18d426295f513b935fb89d22770014cea45.tar.gz | |
Documentation cleanup.
Diffstat (limited to 'docs/extensions')
| -rw-r--r-- | docs/extensions/fenced_code_blocks.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/extensions/fenced_code_blocks.md b/docs/extensions/fenced_code_blocks.md index 9095057..0a584f7 100644 --- a/docs/extensions/fenced_code_blocks.md +++ b/docs/extensions/fenced_code_blocks.md @@ -34,6 +34,10 @@ part of the list. Fenced Code Blocks are only supported at the document root level. Therefore, they cannot be nested inside lists or blockquotes. + If you need to nest fenced code blocks, you may want to try the + the third party extension [SuperFences] instead. + +[SuperFences]: https://facelessuser.github.io/pymdown-extensions/extensions/superfences/ ### Language |
