mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
toHTML is not working anymore for a specific bold string #516
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 @mos379 on GitHub (Mar 24, 2022).
does not get translated anymore and is simply put in a paragraph.
used to work before, not sure which version though
@xoofx commented on GitHub (Mar 24, 2022):
Might be related to a recent fix
983187eaceSeems to happen only with advanced extensions, maybe with pipe tables.
Will need investigation.
@mos379 commented on GitHub (Mar 25, 2022):
the following is being used for initialization
MarkdownPipeline pipeline = new MarkdownPipelineBuilder().UseCustomContainers().UseGenericAttributes().UseAdvancedExtensions().Build();
and the problematic text is directly followed by a list ordered or unordered does not make a difference
@xoofx commented on GitHub (Mar 27, 2022):
This should be fixed by commit
8beb096and available in next version