pub fn encode_markdown_fiche(
markdown: &str,
minify: bool,
) -> Result<String, SchemaError>Expand description
Encode markdown document to fiche format: markdown → IR → fiche
Parses a full markdown document into a simplified block-based representation, then encodes to fiche format for model-readable output.