mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-13 13:54:56 +00:00
[PR #902] [MERGED] Fix edge cases in EmphasisInlineParser #1292
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/902
Author: @MihaZupan
Created: 10/16/2025
Status: ✅ Merged
Merged: 10/17/2025
Merged by: @xoofx
Base:
master← Head:emphasis-fixes📝 Commits (1)
a16212cFix edge cases in EmphasisInlineParser📊 Changes
4 files changed (+11 additions, -6 deletions)
View changed files
📝
src/Markdig.Tests/TestEmphasisExtended.cs(+3 -0)📝
src/Markdig/Helpers/UnicodeUtility.cs(+1 -1)📝
src/Markdig/Parsers/Inlines/EmphasisDescriptor.cs(+2 -0)📝
src/Markdig/Parsers/Inlines/EmphasisInlineParser.cs(+5 -5)📄 Description
Existing logic wasn't really accounting for emphasis with
> 1minimums.Found with the same fuzzer that got me the input for #900 - I'll commit that separately.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.