markdown-it 0.6.1

Rust port of popular markdown-it.js library.
Documentation
1
2
3
4
5
6
//! Core rule chain
mod rule;
pub use rule::*;

mod root;
pub use root::*;