Extended Markdown Iterator
This crate wraps the event iterator created by equt_md to provide a more general
while powerful interface.
Difference between those crates
equt_mdparses the markdown into event iterator.equt_md_frontmatterparse the markdown frontmatter into Rust data structure.equt_md_errorcontains all errors in these crates.equt_md_extwraps and extends the crates above for easy using.equt_md_htmlrenders the iterator into HTML.