diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2015-01-01 14:02:55 -0500 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2015-01-01 14:02:55 -0500 |
commit | e80955eb40eb1903d46625029ad73a4d7893bcd9 (patch) | |
tree | 7767a8231776c0cba75188c369ee9e147d3f8be6 /docs | |
parent | 5389174da277ca13f9b430c2cc8db6d011499205 (diff) | |
parent | e29166741d0d2397e46860e38ea0f7616ae1c0f1 (diff) | |
download | markdown-e80955eb40eb1903d46625029ad73a4d7893bcd9.tar.gz markdown-e80955eb40eb1903d46625029ad73a4d7893bcd9.tar.bz2 markdown-e80955eb40eb1903d46625029ad73a4d7893bcd9.zip |
Merge branch 'master' of https://github.com/waylan/Python-Markdown
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-2.6.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-2.6.txt b/docs/release-2.6.txt index 23fdfdd..dee771b 100644 --- a/docs/release-2.6.txt +++ b/docs/release-2.6.txt @@ -25,7 +25,7 @@ Backwards-incompatible Changes If your code previously looked like this: - html = markdown.markdown(text, same_mode=True) + html = markdown.markdown(text, safe_mode=True) Then it is recommended that you change your code to read something like this: |