Expand description
Subprocess pandoc backend (pandoc -t json).
Still uses super::ast::regions_from_pandoc_json for classification so
structure truth is the AST, not a second heuristic pass. Failures are
explicit errors (no silent all-prose fallback).
Enums§
Functions§
- pandoc_
cli_ available - Check if a
pandocexecutable is on PATH. - parse_
via_ cli - Run
pandoc -f <format> -t jsonand classify the AST into regions. - parse_
via_ cli_ with_ json - Like
parse_via_cli, also returns JSON for the content-addressed cache.