mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-15 21:51:57 +00:00
[PR #921] Add CJK-friendly Emphasis Extension #1311
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/921
Author: @tats-u
Created: 1/21/2026
Status: 🔄 Open
Base:
master← Head:cjk-friendly📝 Commits (10+)
48394a1Add CJK-friendly Emphasis Extension0357650Add auto-generated test file5aad3d9Add name for configuration79f3d69Remove useless default value assignments0ba3eafMakeCheckOpenCloseDelimiterCjkFriendlyinternal only9fc6972RemoveCjkFriendlyEmphasisExtensionclassb254c68Add some comments including linkscf57652Add direct tests onCharHelper.CheckOpenCloseDelimiterCjkFriendlyfdefca0Fix generated tests5b75192Add#if NET📊 Changes
9 files changed (+457 additions, -3 deletions)
View changed files
📝
readme.md(+1 -0)➕
src/Markdig.Tests/Specs/CJKFriendlyEmphasis.generated.cs(+67 -0)➕
src/Markdig.Tests/Specs/CJKFriendlyEmphasis.md(+37 -0)📝
src/Markdig.Tests/Specs/readme.md(+1 -0)➕
src/Markdig.Tests/TestCjkFriendlyEmphasis.cs(+204 -0)📝
src/Markdig/Helpers/CharHelper.cs(+111 -0)📝
src/Markdig/MarkdownExtensions.cs(+10 -1)📝
src/Markdig/Parsers/Inlines/EmphasisInlineParser.cs(+24 -1)📝
src/SpecFileGen/Program.cs(+2 -1)📄 Description
Closes #890
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.