Incomplete AST #363

Open
opened 2026-01-29 14:35:00 +00:00 by claunia · 0 comments
Owner

Originally created by @NeomMob on GitHub (May 12, 2020).

I am trying to analyze a parsed document using Document?.Descendants() but some blocks like MathBlock even if they are parsed and rendered properly are not found in the AST.
I did a similar test with FencedCodeBlock and it works as expected.
What is the reason do not have them in the AST?

Originally created by @NeomMob on GitHub (May 12, 2020). I am trying to analyze a parsed document using `Document?.Descendants()` but some blocks like `MathBlock` even if they are parsed and rendered properly are not found in the AST. I did a similar test with `FencedCodeBlock` and it works as expected. What is the reason do not have them in the AST?
claunia added the question label 2026-01-29 14:35:00 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#363