pub fn load_document_with_pullmark<P>(
filename: P,
style: Style,
template: Option<&str>,
) -> Result<Document, SubplotError>
Expand description
Load a Document
from a file.
This version uses the cmark-pullmark
crate to parse Markdown.