Skip to main content

parse_via_cli

Function parse_via_cli 

Source
pub fn parse_via_cli(input: &str, format: &str) -> Result<Vec<Region>, CliError>
Expand description

Run pandoc -f <format> -t json and classify the AST into regions.