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