Maciej Jur

Results 13 comments of Maciej Jur

This would be extremely useful to have, as it would allow arbitrary custom extensions to Markdown. The use case I have in mind is a website generator where people often...

Is there a way to do this without having to fork the library? I'm not sure how to hotpatch the library

I took a look at the code, and I found that you can format HTML like this (via `ElemChildren`): ```rust let mut buffer = String::new(); x.content.write_buf(&mut buffer, BufWriteFormat::Html).unwrap(); buffer ```...