mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-14 05:45:05 +00:00
[PR #627] [MERGED] Update commonmark spec 0.30 #1150
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/627
Author: @xoofx
Created: 4/20/2022
Status: ✅ Merged
Merged: 4/21/2022
Merged by: @xoofx
Base:
master← Head:update-commonmark-spec📝 Commits (3)
2502fabUpdate CommonMark specs to 0.3047c64d8Fix support for textarea with new CommonMark 0.30 specscaf3c72Fix 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
It seems that compare
OrdinalIgnoreCasedoesn'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.