mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-10 21:40:00 +00:00
[PR #701] Allow YAML front matter in the middle of the document #1192
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?
Original Pull Request: https://github.com/xoofx/markdig/pull/701
State: closed
Merged: Yes
This PR enables customizing the YAML front matter extension to allow it to appear in the middle of the markdown file.
The docfx overwrite file feature leverage this feature to embed multiple YAML fragments in the same markdown file. With this change, docfx can be fully migrated to markdig.
Fixes: https://github.com/dotnet/docfx/issues/8441