markdown-extract 0.1.0-alpha

Extract sections of a markdown file.
Documentation
1
2
3
4
5
pub mod document;
pub mod parser;

pub use document::{Document, Section};
pub use parser::Parser;