From 4504f1097ea87de431da8f4e5d0303f22da2e94e Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 7 Feb 2019 11:28:52 -0500 Subject: 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. --- docs/change_log/release-3.1.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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). -- cgit v1.2.1