diff options
Diffstat (limited to 'docs/extensions/extra.txt')
-rw-r--r-- | docs/extensions/extra.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/extensions/extra.txt b/docs/extensions/extra.txt index adafe07..d747496 100644 --- a/docs/extensions/extra.txt +++ b/docs/extensions/extra.txt @@ -34,11 +34,6 @@ From the Python interpreter: >>> import markdown >>> html = markdown.markdown(text, ['extra']) -In the unlikely event that one or more of the supported extensions are not -available for import, Markdown will simply continue without that -extension. If you would like to be notified of such failures, -you may set Python-Markdown's logger level to "WARN". - There may be [additional extensions](index.html) that are distributed with Python-Markdown that are not included here in Extra. The features of those extensions are not part of PHP Markdown Extra, and |