[PR #649] [MERGED] Align Whitespace and Punctuation definitions with CommonMark #1164

Closed
opened 2026-01-29 14:50:45 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/649
Author: @MihaZupan
Created: 7/17/2022
Status: Merged
Merged: 8/12/2022
Merged by: @xoofx

Base: masterHead: commonmark-whitespace-punctuation


📝 Commits (1)

  • 0e26ec5 Align Whitespace and Punctuation definitions with CommonMark

📊 Changes

5 files changed (+157 additions, -66 deletions)

View changed files

src/Markdig.Tests/TestCharHelper.cs (+92 -0)
📝 src/Markdig.Tests/TestPipeTable.cs (+0 -2)
📝 src/Markdig/Helpers/CharHelper.cs (+63 -62)
📝 src/Markdig/Helpers/ThrowHelper.cs (+1 -1)
📝 src/Markdig/Parsers/Inlines/EmphasisDescriptor.cs (+1 -1)

📄 Description

Fixes #645


🔄 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/649 **Author:** [@MihaZupan](https://github.com/MihaZupan) **Created:** 7/17/2022 **Status:** ✅ Merged **Merged:** 8/12/2022 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `commonmark-whitespace-punctuation` --- ### 📝 Commits (1) - [`0e26ec5`](https://github.com/xoofx/markdig/commit/0e26ec53823ce66e879d5fb6748369acb18237f0) Align Whitespace and Punctuation definitions with CommonMark ### 📊 Changes **5 files changed** (+157 additions, -66 deletions) <details> <summary>View changed files</summary> ➕ `src/Markdig.Tests/TestCharHelper.cs` (+92 -0) 📝 `src/Markdig.Tests/TestPipeTable.cs` (+0 -2) 📝 `src/Markdig/Helpers/CharHelper.cs` (+63 -62) 📝 `src/Markdig/Helpers/ThrowHelper.cs` (+1 -1) 📝 `src/Markdig/Parsers/Inlines/EmphasisDescriptor.cs` (+1 -1) </details> ### 📄 Description Fixes #645 --- <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:50:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1164