aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2014-09-01 17:30:59 -0400
committerWaylan Limberg <waylan@gmail.com>2014-09-01 17:30:59 -0400
commit7db56daedf8a6006222f55eeeab748e7789fba89 (patch)
treee694458265a8d0c5f4a47d4728443611b2cac9f0 /docs/index.txt
parent5f941454f9f7c8b62efec24917b2c7ba983d603c (diff)
downloadmarkdown-7db56daedf8a6006222f55eeeab748e7789fba89.tar.gz
markdown-7db56daedf8a6006222f55eeeab748e7789fba89.tar.bz2
markdown-7db56daedf8a6006222f55eeeab748e7789fba89.zip
Mark "Safe Mode" as pending deprecation.
Both `safe_mode` and `html_replacement_test` keywords are pending deprecation, as are positional args. Closes #337.
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/index.txt b/docs/index.txt
index edf1cbd..bfe1818 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -54,13 +54,6 @@ features:
Python-Markdown can output documents in HTML4, XHTML and HTML5. See the
[Library Reference](reference.html#output_format) for details.
-* __"Safe Mode"__
-
- When using Python-Markdown to parse input from untrusted users on the web,
- the handling of raw HTML can be controlled in various ways to prevent
- harmful code from being injected into your site. See the
- [Library Reference](reference.html#safe_mode) for details.
-
* __Command Line Interface__
In addition to being a Python Library, a