Open jtbayly opened 4 years ago
Change empty line inside footnote to empty TeX comment
Wouldn't this have the effect of removing the paragraph break?
I’m not sure. Sorry. I was just relying on the legwork already done in that other issue, and assuming the solution was good.
I suppose that even if it did remove the paragraph break that would be better than failing with an error when the markdown is fine.
… Or maybe an error is actually better so you don’t silently produce unexpected output.
$ pandoc --version pandoc 2.10.1
This is very similar to https://github.com/jgm/pandoc/issues/4521. Perhaps even the same problem at root.
Here's some example markdown:
HTML (and ePub) outputs work just fine, but LaTeX produces the following error message:
It appears to be a problem with LaTeX, in general, but there is also a solution mentioned on the previous issue:
Perhaps multi-paragraph footnotes output in LaTeX can be made more robust by doing this in general?