aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-06-11 22:24:20 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-11 22:24:20 +0200
commitb466152d6185750438f7355701ae68186692d65b (patch)
treeba2428d15d2f45fa94b42f1196e2bb202496732f /src/Text/Pandoc/Writers/Markdown.hs
parentd1da54a4c3138df6781dfe1d67a4d83d2f8adc61 (diff)
downloadpandoc-b466152d6185750438f7355701ae68186692d65b.tar.gz
Don't allow backslash + newline to affect block structure.
Note that as a result of this change, the following, which formerly produced a header with two lines separated by a line break, will now produce a header followed by a paragraph: # Hi\ there This may affect some existing documents that relied on this undocumented and unintended behavior. This change makes pandoc more consistent with other Markdown implementations, and with itself (since the two-space version of a line break doesn't work inside ATX headers, and neither version works inside Setext headers). Closes #3730.
Diffstat (limited to 'src/Text/Pandoc/Writers/Markdown.hs')
0 files changed, 0 insertions, 0 deletions