pandoc/test/fb2
Alexander Krotov f224567d52 FB2 writer: represent HorizontalRule as empty line
HorizontalRule corresponds to <hr> element in the default output
format, HTML. Current HTML standard defines <hr> element as
"paragraph-level thematic break". In typography it is often
represented by extra space or centered asterism ("⁂"), but since
FB2 does not support text centering, empty line (similar to extra space)
is the only solution.

Line breaks, on the other hand, don't generate <empty-line />
anymore. Previously line breaks generated <empty-line /> element
inside paragraph, which is not allowed. So, this commit addresses
issue #2424 ("FB2 produced by pandoc doesn't validate").

FB2 does not have a way to represent line breaks inside paragraphs.
They are replaced with LF character, which is not rendered by
FB2 readers, but at least preserves some information.
2018-04-05 19:53:36 +03:00
..
basic.fb2 FB2 writer: represent HorizontalRule as empty line 2018-04-05 19:53:36 +03:00
basic.markdown Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
images-embedded.fb2 FB2 writer: Add "unrecognised" genre to <title-info> 2017-11-01 13:31:16 +03:00
images-embedded.html Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
images.fb2 FB2 writer: Add "unrecognised" genre to <title-info> 2017-11-01 13:31:16 +03:00
images.markdown Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
math.fb2 FB2 writer: Add "unrecognised" genre to <title-info> 2017-11-01 13:31:16 +03:00
math.markdown Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
test-small.png Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
test.jpg Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
titles.fb2 FB2 writer: allow emphasis and notes in titles 2018-04-04 14:22:34 +03:00
titles.markdown FB2 writer: allow emphasis and notes in titles 2018-04-04 14:22:34 +03:00