markdown-it 0.4.0

Rust port of popular markdown-it.js library.
Documentation
//! Generic inline-level structures.
pub mod code_pair;
pub mod emph_pair;
pub mod full_link;