wooorm / markdown-rs

CommonMark compliant markdown parser in Rust with ASTs and extensions
https://docs.rs/markdown/1.0.0-alpha.18/markdown/
MIT License
836 stars 41 forks source link

Expose a way to compile mdast to html #102

Closed maplant closed 5 months ago

maplant commented 5 months ago

As far as I can tell, there's no way to compile mdast once you have parsed a string to it. This would be useful because I want to modify a mdast tree and then compile it to HTML

ChristianMurphy commented 5 months ago

Welcome @maplant! 👋 This is duplicate of https://github.com/wooorm/markdown-rs/issues/101 and https://github.com/wooorm/markdown-rs/issues/32 Please check the issue tracker before logging a new ticket, thanks!