8000 [1.5.x] Fixed #23239 -- Clarified a phrase in the contrib.markup docs. · alex-python/django@e0fb48c · GitHub
[go: up one dir, main page]

Skip to content

Commit e0fb48c

Browse files
committed
[1.5.x] Fixed #23239 -- Clarified a phrase in the contrib.markup docs.
1 parent 12ac0bb commit e0fb48c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ref/contrib/markup.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ Markdown
6464
--------
6565

6666
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::
67+
"enable_attributes". Both relate to the security of the output. To use the safe
68+
settings of both options, the markdown filter supports the "safe" argument::
6969

7070
{{ markdown_content_var|markdown:"safe" }}
7171

0 commit comments

Comments
 (0)
0