note-mark 0.0.2

A markdown parser.
Documentation
1
2
3
4
5
6
//! The model module contains the data structures used to parse and
//! transform the markdown.

pub mod html;
pub mod token;
pub mod tree;