[PR #638] [MERGED] Add YamlFrontMatterRoundtripRenderer #1161

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/638
Author: @mnaoumov
Created: 5/17/2022
Status: Merged
Merged: 6/7/2022
Merged by: @xoofx

Base: masterHead: issue-579


📝 Commits (1)

  • 5e91b9b Add YamlFrontMatterRoundtripRenderer

📊 Changes

5 files changed (+59 additions, -5 deletions)

View changed files

src/Markdig.Tests/RoundtripSpecs/TestYamlFrontMatterBlock.cs (+25 -0)
📝 src/Markdig.Tests/TestRoundtrip.cs (+2 -0)
📝 src/Markdig/Extensions/Yaml/YamlFrontMatterExtension.cs (+4 -4)
📝 src/Markdig/Extensions/Yaml/YamlFrontMatterHtmlRenderer.cs (+1 -1)
src/Markdig/Extensions/Yaml/YamlFrontMatterRoundtripRenderer.cs (+27 -0)

📄 Description

Fixes #579


🔄 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/638 **Author:** [@mnaoumov](https://github.com/mnaoumov) **Created:** 5/17/2022 **Status:** ✅ Merged **Merged:** 6/7/2022 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `issue-579` --- ### 📝 Commits (1) - [`5e91b9b`](https://github.com/xoofx/markdig/commit/5e91b9b763c628f9ac00bb14abbce9a77c1d98fe) Add YamlFrontMatterRoundtripRenderer ### 📊 Changes **5 files changed** (+59 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `src/Markdig.Tests/RoundtripSpecs/TestYamlFrontMatterBlock.cs` (+25 -0) 📝 `src/Markdig.Tests/TestRoundtrip.cs` (+2 -0) 📝 `src/Markdig/Extensions/Yaml/YamlFrontMatterExtension.cs` (+4 -4) 📝 `src/Markdig/Extensions/Yaml/YamlFrontMatterHtmlRenderer.cs` (+1 -1) ➕ `src/Markdig/Extensions/Yaml/YamlFrontMatterRoundtripRenderer.cs` (+27 -0) </details> ### 📄 Description Fixes #579 --- <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:50:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1161