We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fef6e28 + a960462 commit e291667Copy full SHA for e291667
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