[Question] Accessing the AST #139

Closed
opened 2026-01-29 14:28:31 +00:00 by claunia · 1 comment
Owner

Originally created by @tthiery on GitHub (Sep 15, 2017).

Is it possible to access the AST of a parsed markdown document. I would like to retrieve a set of headlines and their block till the next headline (then in a serialized form again). The block should then be serialized again in Markdown.
I would love to use markdig for the parsing work!

Originally created by @tthiery on GitHub (Sep 15, 2017). Is it possible to access the AST of a parsed markdown document. I would like to retrieve a set of headlines and their block till the next headline (then in a serialized form again). The block should then be serialized again in Markdown. I would love to use markdig for the parsing work!
Author
Owner

@tthiery commented on GitHub (Sep 15, 2017):

Ignore me. Found the Parse method and the MarkdownDocument ... ;)

@tthiery commented on GitHub (Sep 15, 2017): Ignore me. Found the Parse method and the MarkdownDocument ... ;)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#139