mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-12 05:44:48 +00:00
NormalizeRenderer loses block quote formatting when used in lists #282
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 @mircea-Hodis on GitHub (Mar 12, 2019).
Hello,
I want to process a list of block quotes using the following code:
I'm using the following markdown as source:
The result is:
I've expected the result to be the same but the block quote formatting is lost in the target file.
Is there any way to use Markdig and preserve both list and block quote formatting?
Regards.
Mircea
@xoofx commented on GitHub (Mar 12, 2019):
Yeah,
NormalizeRendererhasn't been developed to be fully supported/completed, it's a work in progress (e.g #155), so likely block quotes are not supported correctly. PR Welcome.