mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-17 22:02:53 +00:00
[PR #638] [MERGED] Add YamlFrontMatterRoundtripRenderer #1161
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/638
Author: @mnaoumov
Created: 5/17/2022
Status: ✅ Merged
Merged: 6/7/2022
Merged by: @xoofx
Base:
master← Head:issue-579📝 Commits (1)
5e91b9bAdd 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.