[PR #627] [MERGED] Update commonmark spec 0.30 #1150

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/627
Author: @xoofx
Created: 4/20/2022
Status: Merged
Merged: 4/21/2022
Merged by: @xoofx

Base: masterHead: update-commonmark-spec


📝 Commits (3)

  • 2502fab Update CommonMark specs to 0.30
  • 47c64d8 Fix support for textarea with new CommonMark 0.30 specs
  • caf3c72 Fix unicode case fold for spec 0.30

📊 Changes

4 files changed (+8708 additions, -8613 deletions)

View changed files

📝 src/Markdig.Tests/Specs/CommonMark.generated.cs (+5140 -5091)
📝 src/Markdig.Tests/Specs/CommonMark.md (+3538 -3509)
📝 src/Markdig/Parsers/HtmlBlockParser.cs (+22 -12)
📝 src/Markdig/Syntax/LinkReferenceDefinitionGroup.cs (+8 -1)

📄 Description

Fixes #563

Still an issue with the Example 539

[ẞ]

[SS]: /url

It seems that compare OrdinalIgnoreCase doesn't support Unicode Case folding? Or this particular character: ẞ Latin Capital Letter Sharp S.

@MihaZupan thoughts?


🔄 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/627 **Author:** [@xoofx](https://github.com/xoofx) **Created:** 4/20/2022 **Status:** ✅ Merged **Merged:** 4/21/2022 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `update-commonmark-spec` --- ### 📝 Commits (3) - [`2502fab`](https://github.com/xoofx/markdig/commit/2502fab340944ca75ebafa8bf4706a17762a97d1) Update CommonMark specs to 0.30 - [`47c64d8`](https://github.com/xoofx/markdig/commit/47c64d881532ab755b770991f11e0419e252e7c6) Fix support for textarea with new CommonMark 0.30 specs - [`caf3c72`](https://github.com/xoofx/markdig/commit/caf3c722e18e443e12e020f92461774887ce3ca5) Fix unicode case fold for spec 0.30 ### 📊 Changes **4 files changed** (+8708 additions, -8613 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Specs/CommonMark.generated.cs` (+5140 -5091) 📝 `src/Markdig.Tests/Specs/CommonMark.md` (+3538 -3509) 📝 `src/Markdig/Parsers/HtmlBlockParser.cs` (+22 -12) 📝 `src/Markdig/Syntax/LinkReferenceDefinitionGroup.cs` (+8 -1) </details> ### 📄 Description Fixes #563 Still an issue with the [Example 539](https://spec.commonmark.org/0.30/#example-539) ```md [ẞ] [SS]: /url ``` It seems that compare `OrdinalIgnoreCase` doesn't support Unicode Case folding? Or this particular character: [ẞ Latin Capital Letter Sharp S](https://unicode-table.com/en/1E9E/). @MihaZupan thoughts? --- <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:50:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1150