equt-md-ext 0.2.7

Extend event iterator
Documentation
# Extended Markdown Iterator

[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)][docs.rs]
[![Latest Version](https://img.shields.io/crates/v/equt_md_ext.svg)][crates.io]

[docs.rs]: https://docs.rs/equt_md_ext
[crates.io]: https://crates.io/crates/equt_md_ext

This crate wraps the event iterator created by [`equt_md`] to provide a more general
while powerful interface.

## Difference between those crates

- [`equt_md`] parses the markdown into event iterator.
- [`equt_md_frontmatter`] parse the markdown frontmatter into Rust data structure.
- [`equt_md_error`] contains all errors in these crates.
- [`equt_md_ext`] wraps and extends the crates above for easy using.
- [`equt_md_html`] renders the iterator into HTML.

[`equt_md`]: https://docs.rs/equt-md/*/equt_md
[`equt_md_frontmatter`]: https://docs.rs/equt-md-frontmatter/*/equt_md_frontmatter
[`equt_md_error`]: https://docs.rs/equt-md-error/*/equt_md_error
[`equt_md_ext`]: https://docs.rs/equt-md-ext/*/equt_md_ext
[`equt_md_html`]: https://docs.rs/equt-md-html/*/equt_md_html