mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-09 21:42:15 +00:00
Incomplete AST #366
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 @NeomMob on GitHub (May 12, 2020).
I am trying to analyze a parsed document using
Document?.Descendants()but some blocks likeMathBlockeven if they are parsed and rendered properly are not found in the AST.I did a similar test with
FencedCodeBlockand it works as expected.What is the reason do not have them in the AST?
@xoofx commented on GitHub (May 12, 2020):
Can you show a small repro with the exact setup of the pipeline you are using?