minimad 0.14.0

light Markdown parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod inline_template;
mod owning_template_expander;
mod tbl_builder;
mod text_template;

pub use {
    inline_template::*,
    owning_template_expander::*,
    tbl_builder::*,
    text_template::{
        SubTemplateExpander,
        TextTemplate,
        TextTemplateExpander,
    },
};