mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #139] [MERGED] Implement Pandoc compatible front matter parsing #829
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?
📋 Pull Request Information
Original PR: https://github.com/xoofx/markdig/pull/139
Author: @kenmuse
Created: 8/29/2017
Status: ✅ Merged
Merged: 8/30/2017
Merged by: @xoofx
Base:
master← Head:enhance/yaml-frontmatter📝 Commits (2)
4e4825cImplement Pandoc compatible front matter parsing2df2ff1Replace tabs with spaces📊 Changes
4 files changed (+273 additions, -20 deletions)
View changed files
📝
src/Markdig.Tests/Specs/Specs.cs(+118 -0)📝
src/Markdig.Tests/Specs/YamlSpecs.md(+59 -0)📝
src/Markdig/Extensions/Yaml/YamlFrontMatterBlock.cs(+1 -9)📝
src/Markdig/Extensions/Yaml/YamlFrontMatterParser.cs(+95 -11)📄 Description
Resolves #138
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.