Markdown standards and TOC rules. Use with .md files (exclude README.md).
name md-standards description Markdown standards and TOC rules. Use with .md files (exclude README.md). Markdown Standards Headers & TOC H1: Title only. No numbering/TOC. H2-H4: Numbered ( 1. → 1.1. → 1.1.1. ). H5+:
header or inline bold . No numbering/TOC. Nesting: Never skip levels (H3 → H5 ✗, H3 → H4 ✓). TOC:
after H1. Self-exclude. IDs: dot-stripped number + slug ( 111-deep-dive ). See examples.md for anchor/TOC formatting details.