pandoc/test/fb2
John MacFarlane b466152d61 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.
2017-06-11 22:24:20 +02:00
..
basic.fb2
basic.markdown
images-embedded.fb2
images-embedded.html
images.fb2
images.markdown
math.fb2
math.markdown
test-small.png
test.jpg
titles.fb2
titles.markdown