pandoc-2

When a file was rendered into DOCX with two tables in them, the space between them would be deleted when there was some comment block in-between.The comment should be ignored and a paragraph should be inserted for spacing.

ghc-version: 8.10.7

hasbugs-version: 1.0.0

license: GPLv2

build-framework: stack

Repository
GitHub Artifacts :

Faults @6b7a6886

[
  {
    "endline": 772,
    "file": "src/Text/Pandoc/Writers/Docx.hs",
    "function": "blocksToOpenXML",
    "module": "Text.Pandoc.Writers.Docx",
    "startline": 772
  }
]

Fixes @e146b1ff

[
  {
    "endline": 772,
    "file": "src/Text/Pandoc/Writers/Docx.hs",
    "function": "blocksToOpenXML",
    "module": "Text.Pandoc.Writers.Docx",
    "startline": 772
  },
  {
    "endline": 776,
    "file": "src/Text/Pandoc/Writers/Docx.hs",
    "function": "isForeignRawBlock",
    "module": "Text.Pandoc.Writers.Docx",
    "startline": 774
  }
]