Function subplot::load_document_with_pullmark
source · [−]pub fn load_document_with_pullmark<P>(
filename: P,
style: Style,
template: Option<&str>
) -> Result<Document, SubplotError> where
P: AsRef<Path> + Debug, Expand description
Load a Document from a file.
This version uses the cmark-pullmark crate to parse Markdown.