mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-15 14:05:39 +00:00
[PR #642] [MERGED] More accurate check for YAML renderers #1162
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/642
Author: @mnaoumov
Created: 6/7/2022
Status: ✅ Merged
Merged: 6/15/2022
Merged by: @xoofx
Base:
master← Head:issue-579📝 Commits (2)
9723edaMore accurate check for YAML renderers5b6621dAdd tests to cover all possible cases of adding Yaml renderers📊 Changes
2 files changed (+83 additions, -1 deletions)
View changed files
➕
src/Markdig.Tests/TestYamlFrontMatterExtension.cs(+78 -0)📝
src/Markdig/Extensions/Yaml/YamlFrontMatterExtension.cs(+5 -1)📄 Description
I found a minor flaw in PR #638, which could behave incorrectly in an edge case
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.