[PR #139] [MERGED] Implement Pandoc compatible front matter parsing #829

Open
opened 2026-01-29 14:46:06 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: enhance/yaml-frontmatter


📝 Commits (2)

  • 4e4825c Implement Pandoc compatible front matter parsing
  • 2df2ff1 Replace 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.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/139 **Author:** [@kenmuse](https://github.com/kenmuse) **Created:** 8/29/2017 **Status:** ✅ Merged **Merged:** 8/30/2017 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `enhance/yaml-frontmatter` --- ### 📝 Commits (2) - [`4e4825c`](https://github.com/xoofx/markdig/commit/4e4825cb3faab9af1bb95e34e6f35a96876cc502) Implement Pandoc compatible front matter parsing - [`2df2ff1`](https://github.com/xoofx/markdig/commit/2df2ff17c5671e5358b76022811f2c90597a5459) Replace tabs with spaces ### 📊 Changes **4 files changed** (+273 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Resolves #138 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:46:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#829