pandoc-9

Pandoc tries to keep all highlighting when transforming documents, but often features collide. One such collision are italic multi-block footnotes in Latex, which were not correctly transformed when coming from markdown. The fix is to re-order things in the Latex-Writer.

ghc-version: 9.4.8

hasbugs-version:

license: GPLv2

build-framework: stack

Repository
GitHub Artifacts :

Faults @aa957707

[
  {
    "endline": 71,
    "file": "./src/Text/Pandoc/Writers/LaTeX.hs",
    "function": "writeLaTeX",
    "module": "Text.Pandoc.Writers.LaTeX",
    "startline": 71
  }
]

Fixes @3be253fb

[
  {
    "endline": 94,
    "file": "./src/Text/Pandoc/Writers/LaTeX.hs",
    "function": "writeLaTeX",
    "module": "Text.Pandoc.Writers.LaTeX",
    "startline": 67
  },
  {
    "endline": 99,
    "file": "./src/Text/Pandoc/Writers/LaTeX.hs",
    "function": "writeLaTeX",
    "module": "Text.Pandoc.Writers.LaTeX",
    "startline": 99
  }
]