[PR #784] [MERGED] Make alert block headers case-invariant #1223

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

📋 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: masterHead: case-invariant-alerts


📝 Commits (4)

  • b7ae04b Make alert block headers case-invariant
  • 42bd65c Apply feedback
  • 03390e4 Misc.
  • c19ba5b Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/784 **Author:** [@Abrynos](https://github.com/Abrynos) **Created:** 3/18/2024 **Status:** ✅ Merged **Merged:** 3/25/2024 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `case-invariant-alerts` --- ### 📝 Commits (4) - [`b7ae04b`](https://github.com/xoofx/markdig/commit/b7ae04bdbaeff0a23bbd71a6a5af3dc900cf2b2c) Make alert block headers case-invariant - [`42bd65c`](https://github.com/xoofx/markdig/commit/42bd65caafc65fb8adf116ca80805271413a5740) Apply feedback - [`03390e4`](https://github.com/xoofx/markdig/commit/03390e4f71a5e7364622ef6efb2e5a55a3327cad) Misc. - [`c19ba5b`](https://github.com/xoofx/markdig/commit/c19ba5b0ebe32f7350019b8fb37b8e2b7f85f12a) Add fallback value in order to mark unknown alert kinds in some way as well ### 📊 Changes **3 files changed** (+23 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig/Extensions/Alerts/AlertBlockRenderer.cs` (+9 -1) 📝 `src/Markdig/Extensions/Alerts/AlertInlineParser.cs` (+2 -2) 📝 `src/Markdig/Extensions/Bootstrap/BootstrapExtension.cs` (+12 -12) </details> ### 📄 Description This is a follow-up for #782 --- <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:51:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1223