summaryrefslogtreecommitdiff
path: root/docs/extensions
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2020-05-08 11:55:35 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2020-05-08 13:09:36 -0400
commit3e69f18d426295f513b935fb89d22770014cea45 (patch)
tree4348bb288b57548910ac73435a0960410bd8a57b /docs/extensions
parenta6052658fbad43b7636f97685cace2adc736b7fa (diff)
downloadpython-markdown-3e69f18d426295f513b935fb89d22770014cea45.tar.gz
Documentation cleanup.
Diffstat (limited to 'docs/extensions')
-rw-r--r--docs/extensions/fenced_code_blocks.md4
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