mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-08 05:44:58 +00:00
YAML front matter #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mcnameej on GitHub (Jul 14, 2016).
Enhancement request
Add support for YAML front matter.
The immediate need is for markdig to recognize and ignore any front matter. Don't try to parse it as Markdown text. Perhaps in the future markdig may find some use for the data.
If you can provide some hints about where this would need to happen in the markdig code, I might be able to add it myself and submit a PR.
(For what it's worth, I'm no fan of YAML, but it seems to be the most common way of adding metadata to Markdown files.)