aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Müller <krlmlr@users.noreply.github.com>2018-08-04 21:17:10 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2018-08-04 12:17:10 -0700
commit5866892a9d9a17403894cea97370e1c2be4fcb03 (patch)
tree2d4150d806e6dbabbeff2771eec6600dcd96860b
parent74a35b123cad558915f82031056ea1b9bf84a9d3 (diff)
downloadpandoc-5866892a9d9a17403894cea97370e1c2be4fcb03.tar.gz
Describe required space as breaking change (#4808)
-rw-r--r--changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog b/changelog
index 4538657c0..37bb6e071 100644
--- a/changelog
+++ b/changelog
@@ -2610,6 +2610,11 @@ pandoc (2.0)
(since the two-space version of a line break doesn't work inside ATX
headers, and neither version works inside Setext headers).
+ + A space between the opening # and the header is now required for
+ pandoc and GitHub markdown (but not the other flavors). Disable
+ the `space_in_atx_header` extension (#3512) to restore the
+ original behavior.
+
* Org reader (Albert Krewinkel, unless noted):