Open hoijui opened 2 years ago
I'm curious what you think the title should look like when it contains multiple paragraphs. If we applied stringify as we do with PDF output, we wouldn't get a warning, but I don't think it would look as you intend, since the contents would be smushed together.
Well in my case, there would be only a single line of text (if images are removed). Also this case - image plus one line of text (with a separating line, as Markdown requires that to create a new-line) - is a common one. I agree though, that it would not work in the general case, if people use multiple lines of text. Then it is a question whether it should use only the first line of text, or smush them all together, or create a warning/error. what do you think?
A blank line in Markdown creates a new paragraph. If you just want a hard line break in the same paragraph, use two spaces + newline or backslash + newline.
Multi-line
title
with![](image)\n\nText
is not recognized with-t epub
, but is successfully parsed and used when generating Latex/PDF.(a continuation of issue #8091)
pandoc 2.18 on debian testing
testing script:
output: