note_mark/model/
mod.rs

1//! The model module contains the data structures used to parse and
2//! transform the markdown.
3
4pub mod html;
5pub mod token;
6pub mod tree;