Skip to main content

parse_document

Function parse_document 

Source
pub fn parse_document(input: &str) -> Result<Document, ParseError>
Expand description

Parse an org-mode document string into a Document.

§Errors

Returns ParseError if the input cannot be parsed.