[PR #286] [CLOSED] Fix #272 (Work-in-Progress) #912

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/286
Author: @FranklinWhale
Created: 1/15/2019
Status: Closed

Base: masterHead: patch-for-272


📝 Commits (10+)

📊 Changes

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

View changed files

📝 src/Markdig.Tests/Markdig.Tests.csproj (+1 -0)
src/Markdig.Tests/TestEmphasisExtraOptions.cs (+33 -0)
📝 src/Markdig/Extensions/EmphasisExtras/EmphasisExtraExtension.cs (+4 -2)

📄 Description

Fix #272


🔄 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/286 **Author:** [@FranklinWhale](https://github.com/FranklinWhale) **Created:** 1/15/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-for-272` --- ### 📝 Commits (10+) - [`0dd2b78`](https://github.com/xoofx/markdig/commit/0dd2b78145f33a2b310e1d74947bc545194233e4) First attempt - [`cbbc663`](https://github.com/xoofx/markdig/commit/cbbc6631f4807d8b6b2f06c42bdcca76bc89114e) Include TestEmphasisExtraOptions.cs in compilation - [`2c6e55c`](https://github.com/xoofx/markdig/commit/2c6e55c6fbeb59884d300c97122ac740b910f6c5) Add missing using - [`aaa59b1`](https://github.com/xoofx/markdig/commit/aaa59b1a7d41fac2359ee94e73763bb1d68a3f79) Add missing using - [`fbe9252`](https://github.com/xoofx/markdig/commit/fbe9252ca6b7c4a0a82f2bce855b41a0d7e79023) Amend tast cases - [`5bd3a38`](https://github.com/xoofx/markdig/commit/5bd3a385d7e12b56f8b91d8895f1e4cbc48cb9da) Correct test cases - [`c19840d`](https://github.com/xoofx/markdig/commit/c19840d663607968357bfa119280ed75eec71c2e) Check MaximumCount - [`ea0bf33`](https://github.com/xoofx/markdig/commit/ea0bf3388f220377e3f2d88b1ccd0506eb1fca1e) MaximumCount attempt #2 - [`1a32d00`](https://github.com/xoofx/markdig/commit/1a32d00cc01dff84aeaae3330545f896e5eec03d) Revert "MaximumCount attempt #2" - [`c193016`](https://github.com/xoofx/markdig/commit/c19301617d2ef43823928acab57e8f8e55a3c4d8) Revert "Check MaximumCount" ### 📊 Changes **3 files changed** (+38 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Markdig.Tests.csproj` (+1 -0) ➕ `src/Markdig.Tests/TestEmphasisExtraOptions.cs` (+33 -0) 📝 `src/Markdig/Extensions/EmphasisExtras/EmphasisExtraExtension.cs` (+4 -2) </details> ### 📄 Description Fix #272 --- <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:47:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#912