markdown-it 0.6.1

Rust port of popular markdown-it.js library.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Block-level CommonMark structures.
pub mod blockquote;
pub mod code;
pub mod fence;
pub mod heading;
pub mod hr;
pub mod lheading;
pub mod list;
pub mod paragraph;
pub mod reference;