fletcher / MultiMarkdown-4

This project is now deprecated. Please use MultiMarkdown-6 instead!
https://github.com/fletcher/MultiMarkdown-5
Other
306 stars 59 forks source link

extracting the node tree #103

Closed mlilback closed 8 years ago

mlilback commented 9 years ago

One difference between this and the previous version is that, for programs using libmultimarkdown.a, there is no way to easily get a node tree of what was parsed.

fletcher commented 8 years ago

Sorry for the delay -- trying to go back through old issues/pull requests....

Sure you can. Just look at markdown_to_string() and stop before the export_node_tree() function.

Maybe one day I'll refactor the code to split the logic out, but it's all there.