mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Bug when parsing List inside QuoteBlock #751
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kuiperzone on GitHub (Aug 14, 2025).
Where testing Markdig with some samples, I found a bug when handling lists inside quoted blocks.
VERSION: Markdig.Signed Version="0.41.3"
I can tell you that the bug seems to be in the parsing of the source text, rather than in the HTML generation.
Here's the code to reproduce:
This is the HTML output of Markdig. It is incorrect at the line "Not Continued QL3":
Here is the output from "Try It" web page on CommonMark: