pub fn load_document<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 Pandoc to parse the Markdown.