[1.4.x] Fixed #23239 -- Clarified a phrase in the contrib.markup docs.

Backport of e0fb48c254 from stable/1.5.x
This commit is contained in:
Tim Graham 2014-08-06 08:28:51 -04:00
parent bc03817b42
commit d23d19c15e
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ Markdown
-------- --------
The Python Markdown library supports options named "safe_mode" and The Python Markdown library supports options named "safe_mode" and
"enable_attributes". Both relate to the security of the output. To enable both "enable_attributes". Both relate to the security of the output. To use the safe
options in tandem, the markdown filter supports the "safe" argument. settings of both options, the markdown filter supports the "safe" argument::
{{ markdown_content_var|markdown:"safe" }} {{ markdown_content_var|markdown:"safe" }}