Strip YAML front-matter from the head of a Markdown document. Matches
---\n...\n---\nonly at position 0 — quoted --- dividers deeper in
the document are left alone.
Parameters
md: string
Raw Markdown source
Returns string
Markdown with the leading front-matter block removed
Strip YAML front-matter from the head of a Markdown document. Matches
---\n...\n---\nonly at position 0 — quoted---dividers deeper in the document are left alone.