mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #867] [MERGED] Update to CommonMark 0.31.2 #1269
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/867
Author: @MihaZupan
Created: 4/15/2025
Status: ✅ Merged
Merged: 4/15/2025
Merged by: @xoofx
Base:
master← Head:commonmark-0.31.2📝 Commits (5)
023d93cUpdate CommonMark spec to 0.31.2a9ce0ebUpdate definition of punctuation to include symbols61e9be2Allow empty HTML comments, double hyphens in textb15cf58Add 'search' HTML tag support42ab989Update readme📊 Changes
13 files changed (+1224 additions, -1070 deletions)
View changed files
📝
readme.md(+1 -1)📝
src/Markdig.Tests/Specs/AutoLinks.generated.cs(+23 -0)📝
src/Markdig.Tests/Specs/AutoLinks.md(+15 -0)📝
src/Markdig.Tests/Specs/CommonMark.generated.cs(+899 -895)📝
src/Markdig.Tests/Specs/CommonMark.md(+78 -75)📝
src/Markdig.Tests/Specs/EmphasisExtraSpecs.generated.cs(+6 -4)📝
src/Markdig.Tests/Specs/EmphasisExtraSpecs.md(+5 -4)📝
src/Markdig.Tests/TestCharHelper.cs(+52 -10)➕
src/Markdig.Tests/TestHtmlCodeBlocks.cs(+35 -0)📝
src/Markdig/Helpers/CharHelper.cs(+44 -25)📝
src/Markdig/Helpers/HtmlHelper.cs(+36 -23)📝
src/Markdig/Helpers/LinkHelper.cs(+27 -31)📝
src/Markdig/Parsers/HtmlBlockParser.cs(+3 -2)📄 Description
Main changes:
<http://...>) and GFM autolinks (http://...)<!-->,<!--->searchis apparently an HTML tag now.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.