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 fef6e28 commit a960462Copy full SHA for a960462
docs/release-2.6.txt
@@ -25,7 +25,7 @@ Backwards-incompatible Changes
25
26
If your code previously looked like this:
27
28
- html = markdown.markdown(text, same_mode=True)
+ html = markdown.markdown(text, safe_mode=True)
29
30
Then it is recommended that you change your code to read something like this:
31
0 commit comments