Pandoc is able to convert footnotes from the markdown-based 'Big-Note' to LaTeX. However, it produced a crash for multi-line footnotes when they were in other modulation (e.g., italics). The fix consists of re-ordering the elements and their styles so that their conversion does not clash.
[ { "endline": 71, "file": "src/Text/Pandoc/Writers/LaTeX.hs", "function": "writeLaTeX ", "module": "Text.Pandoc.Writers.LaTeX", "startline": 71 } ]
[ { "endline": 82, "file": "src/Text/Pandoc/Writers/LaTeX.hs", "function": "isolateBigNotes", "module": "Text.Pandoc.Writers.LaTeX", "startline": 67 }, { "endline": 94, "file": "src/Text/Pandoc/Writers/LaTeX.hs", "function": "raiseBigNotes", "module": "Text.Pandoc.Writers.LaTeX", "startline": 84 }, { "endline": 99, "file": "src/Text/Pandoc/Writers/LaTeX.hs", "function": "writeLaTeX ", "module": "Text.Pandoc.Writers.LaTeX", "startline": 99 } ]