pub fn parse_via_cli(input: &str, format: &str) -> Result<Vec<Region>, CliError>
Run pandoc -f <format> -t json and classify the AST into regions.
pandoc -f <format> -t json