1
0
mirror of https://github.com/django/django.git synced 2025-06-09 05:29:13 +00:00

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

This commit is contained in:
Tim Graham 2014-08-06 08:28:51 -04:00
parent 12ac0bb91b
commit e0fb48c254

View File

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