diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-06 08:28:51 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-06 08:30:49 -0400 |
| commit | d23d19c15eb816cc0c7ff1831fee050779db9873 (patch) | |
| tree | dc98ce4bcb674797554516bc3dc192f8673ae494 /docs | |
| parent | bc03817b42900c24643aaa086cbbf41d96c08dde (diff) | |
[1.4.x] Fixed #23239 -- Clarified a phrase in the contrib.markup docs.
Backport of e0fb48c254 from stable/1.5.x
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/markup.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/markup.txt b/docs/ref/contrib/markup.txt index 0b4a2072ac..6bbc646881 100644 --- a/docs/ref/contrib/markup.txt +++ b/docs/ref/contrib/markup.txt @@ -61,8 +61,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" }} |
