Function subplot::load_document_with_pullmark[][src]

pub fn load_document_with_pullmark<P>(
    filename: P,
    style: Style
) -> Result<Document> where
    P: AsRef<Path> + Debug
Expand description

Load a Document from a file.

This version uses the cmark-pullmark crate to parse Markdown.