pub fn export_markdown(
store: &Store,
default_schema: &TypeDefinition,
mem_dir: &Path,
schema_filter: Option<&str>,
) -> ExportResultExpand description
Regenerate all entity markdown files from the in-memory store. Only writes files that have changed (incremental export).