summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIsaac Muse <faceless.shop@gmail.com>2020-10-21 11:09:14 -0600
committerGitHub <noreply@github.com>2020-10-21 13:09:14 -0400
commit2a883a2931fd9cec63ec245c080760a15460a72c (patch)
tree9a1d1e0f92c5774afc456f582130d95fd2815c86 /docs
parent6b6cd8bc2f0a870ed309f8b8036492af535e75a1 (diff)
downloadpython-markdown-2a883a2931fd9cec63ec245c080760a15460a72c.tar.gz
Ensure when tag text is None that it is converted to empty string
Fixes #1049
Diffstat (limited to 'docs')
-rw-r--r--docs/change_log/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/change_log/index.md b/docs/change_log/index.md
index 994e9a2..fffa216 100644
--- a/docs/change_log/index.md
+++ b/docs/change_log/index.md
@@ -6,6 +6,7 @@ Python-Markdown Change Log
Under development: version 3.3.3 (a bug-fix release).
* Unify all block-level tags (#1047).
+* Fix issue where some empty elements would have text rendered as `None` when using `md_in_html` (#1049).
Oct 19, 2020: version 3.3.2 (a bug-fix release).