8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ac0bb commit e0fb48cCopy full SHA for e0fb48c
docs/ref/contrib/markup.txt
@@ -64,8 +64,8 @@ Markdown
64
--------
65
66
The Python Markdown library supports options named "safe_mode" and
67
-"enable_attributes". Both relate to the security of the output. To enable both
68
-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::
69
70
{{ markdown_content_var|markdown:"safe" }}
71
0 commit comments