wooorm / markdown-rs

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

[feature request] Option: encode local image to base64 #155

Open lengyijun opened 2 weeks ago

lengyijun commented 2 weeks ago

Some cases require a single html file rather than folder

wooorm commented 2 weeks ago

See GH-32