[PR #470] [MERGED] Fix issue 469 #1051

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/470
Author: @iskcal
Created: 8/25/2020
Status: Merged
Merged: 10/3/2020
Merged by: @xoofx

Base: masterHead: iss469


📝 Commits (2)

📊 Changes

2 files changed (+3 additions, -4 deletions)

View changed files

📝 src/Markdig.Tests/TestEmphasisExtended.cs (+1 -0)
📝 src/Markdig/Helpers/CharHelper.cs (+2 -4)

📄 Description

Fix issue #469 . & can be a punctuation in function CheckUnicodeCategory of CharHelper. If & is a beginner of a html entity or print unicode, it would be parsed by HtmlEntityParser.


🔄 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/470 **Author:** [@iskcal](https://github.com/iskcal) **Created:** 8/25/2020 **Status:** ✅ Merged **Merged:** 10/3/2020 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `iss469` --- ### 📝 Commits (2) - [`0b8b144`](https://github.com/xoofx/markdig/commit/0b8b14490ed8d022fb88dc6fc8733ca7c0f94730) fix issue 469 - [`fb942f9`](https://github.com/xoofx/markdig/commit/fb942f9810f49c28f3b4b35ad399b34a03ed6f32) fix typo ### 📊 Changes **2 files changed** (+3 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/TestEmphasisExtended.cs` (+1 -0) 📝 `src/Markdig/Helpers/CharHelper.cs` (+2 -4) </details> ### 📄 Description Fix issue #469 . `&` can be a punctuation in function `CheckUnicodeCategory` of `CharHelper`. If `&` is a beginner of a html entity or print unicode, it would be parsed by `HtmlEntityParser`. --- <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:49:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1051