pandoc-6

Inline Markdown code-blocks had a slight parsing/priority problem. Code blocks with '(1)' in them would be wrongly delimited. The fix is to reorder parsing steps to account for lists inner-nested.

ghc-version: 8.10.7

hasbugs-version: 1.0.0

license: GPLv2

build-framework: stack

Repository
Categories:
GitHub Artifacts :

Faults @b64ece76

[
  {
    "endline": 1525,
    "file": "src/Text/Pandoc/Readers/Markdown.hs",
    "function": "code",
    "module": "Text.Pandoc.Readers.Markdown",
    "startline": 1520
  }
]

Fixes @83c1ce1d

[
  {
    "endline": 1530,
    "file": "src/Text/Pandoc/Readers/Markdown.hs",
    "function": "code",
    "module": "Text.Pandoc.Readers.Markdown",
    "startline": 1520
  }
]