summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkernc <kerncece@gmail.com>2022-12-02 14:41:22 +0100
committerGitHub <noreply@github.com>2022-12-02 08:41:22 -0500
commita8ad6fc8ba687736145b5dff3b0c53839d07ef1e (patch)
tree66a1ef8f24db2b7972c0a556eab8de09b96d38dc /docs
parente3604b473f01787e5df0a3fed6c50e3a494c6362 (diff)
downloadpython-markdown-a8ad6fc8ba687736145b5dff3b0c53839d07ef1e.tar.gz
Consider <html> a block-level HTML element (#1309)
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 6dd57c4..34ca9fe 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.4.1 (a bug-fix release).
* Improve standalone * and _ parsing (#1300).
+* Consider `<html>` HTML tag a block-level element (#1309).
July 15, 2022: version 3.4.1 (a bug-fix release).