summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2019-02-07 11:28:52 -0500
committerGitHub <noreply@github.com>2019-02-07 11:28:52 -0500
commit4504f1097ea87de431da8f4e5d0303f22da2e94e (patch)
tree14f26e6e4f54116c4b403bb7dfa6d519ea853670 /docs
parent9ec83c4c414f27bc8aa490dbac1fe30b49058ae6 (diff)
downloadpython-markdown-4504f1097ea87de431da8f4e5d0303f22da2e94e.tar.gz
Emphasis pattern treats newlines as whitespace (#785)
All whitespace characters should be treated the same by inline patterns. Previoulsy, emphasis patterns were only accounting for spaces, but not other whitepsace characters such as newlines. Fixes #783.
Diffstat (limited to 'docs')
-rw-r--r--docs/change_log/release-3.1.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/change_log/release-3.1.md b/docs/change_log/release-3.1.md
index 5c225cf..c5f0433 100644
--- a/docs/change_log/release-3.1.md
+++ b/docs/change_log/release-3.1.md
@@ -31,6 +31,7 @@ The following new features have been included in the release:
The following bug fixes are included in the 3.1 release:
+* Emphasis patterns now recognize newline characters as whitespace (#783).
* Version format had been updated to be PEP 440 compliant (#736).
* Block level elements are defined per instance, not as class attributes
(#731).