### simple-markdown-parser

[](https://crates.io/crates/simple-markdown-parser)
[](https://docs.rs/simple-markdown-parser/latest)
Uses
- no dependencies
- no allocations
TODO
- Block actions
- YAML parsing for frontmatter
- HTML parsing
- Ordered lists
- List depth for emit
- "*" and "+" for lists (under options)
- Escaped code marks `code`
- Titles in links
- Highlight
Additionally
- CLI via example
- Python?
- Iterators and state machines. Does the text decoration cover enough?
- Performance benchmark