mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-16 05:55:42 +00:00
[PR #842] [MERGED] Check that the alert candidate is not already in an alert block or nested within other elements. #1251
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/842
Author: @snnz
Created: 1/2/2025
Status: ✅ Merged
Merged: 1/5/2025
Merged by: @xoofx
Base:
master← Head:fix-alerts📝 Commits (2)
f2590e7Check that the alert candidate is not already in an alert block or nested within other elements.d87bb72A test has been added.📊 Changes
2 files changed (+29 additions, -1 deletions)
View changed files
📝
src/Markdig.Tests/MiscTests.cs(+27 -0)📝
src/Markdig/Extensions/Alerts/AlertInlineParser.cs(+2 -1)📄 Description
Fixes #841.
The second condition is related to the following GitHub Markdown update note:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.