Incomplete AST #366

Closed
opened 2026-01-29 14:35:02 +00:00 by claunia · 1 comment
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:02 +00:00
Author
Owner

@xoofx commented on GitHub (May 12, 2020):

What is the reason do not have them in the AST?

Can you show a small repro with the exact setup of the pipeline you are using?

@xoofx commented on GitHub (May 12, 2020): > What is the reason do not have them in the AST? Can you show a small repro with the exact setup of the pipeline you are using?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#366