mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-14 13:54:55 +00:00
[PR #784] [MERGED] Make alert block headers case-invariant #1223
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/784
Author: @Abrynos
Created: 3/18/2024
Status: ✅ Merged
Merged: 3/25/2024
Merged by: @xoofx
Base:
master← Head:case-invariant-alerts📝 Commits (4)
b7ae04bMake alert block headers case-invariant42bd65cApply feedback03390e4Misc.c19ba5bAdd fallback value in order to mark unknown alert kinds in some way as well📊 Changes
3 files changed (+23 additions, -15 deletions)
View changed files
📝
src/Markdig/Extensions/Alerts/AlertBlockRenderer.cs(+9 -1)📝
src/Markdig/Extensions/Alerts/AlertInlineParser.cs(+2 -2)📝
src/Markdig/Extensions/Bootstrap/BootstrapExtension.cs(+12 -12)📄 Description
This is a follow-up for #782
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.