diff options
author | Kirill Müller <krlmlr@users.noreply.github.com> | 2018-08-04 21:17:10 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-08-04 12:17:10 -0700 |
commit | 5866892a9d9a17403894cea97370e1c2be4fcb03 (patch) | |
tree | 2d4150d806e6dbabbeff2771eec6600dcd96860b | |
parent | 74a35b123cad558915f82031056ea1b9bf84a9d3 (diff) | |
download | pandoc-5866892a9d9a17403894cea97370e1c2be4fcb03.tar.gz |
Describe required space as breaking change (#4808)
-rw-r--r-- | changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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): |