What the front matter contains
Each export starts with a YAML block between --- markers. It records the original file name, source format (PDF, DOCX, XLSX, PPTX, HTML, image, or audio), page or sheet count where applicable, and the UTC conversion timestamp. Body content starts immediately after the closing --- line, so renderers that ignore front matter display the document unchanged.
Practical impact
Knowledge-base pipelines and agent ingestion flows can now attribute each Markdown file to its source without a separate manifest. When a batch mixes formats, the format field makes filtering trivial. If you post-process exports with custom templates, confirm they preserve the leading block. Feedback: sapsap@qq.com.