[PR #287] [MERGED] Emphasis patch #918

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/287
Author: @MihaZupan
Created: 1/15/2019
Status: Merged
Merged: 1/15/2019
Merged by: @xoofx

Base: masterHead: emphasis-patch


📝 Commits (2)

  • a302db6 Respect EmphasisExtraOptions
  • 632f400 Add tests for EmphasisExtraOptions

📊 Changes

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

View changed files

📝 src/Markdig.Tests/Markdig.Tests.csproj (+1 -0)
src/Markdig.Tests/TestEmphasisExtraOptions.cs (+45 -0)
📝 src/Markdig/Extensions/EmphasisExtras/EmphasisExtraExtension.cs (+4 -2)
📝 src/Markdig/Parsers/Inlines/EmphasisInlineParser.cs (+3 -1)

📄 Description

Addresses #272 and #286


🔄 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/287 **Author:** [@MihaZupan](https://github.com/MihaZupan) **Created:** 1/15/2019 **Status:** ✅ Merged **Merged:** 1/15/2019 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `emphasis-patch` --- ### 📝 Commits (2) - [`a302db6`](https://github.com/xoofx/markdig/commit/a302db679c78911f2b2b55116130bea03a8013e3) Respect EmphasisExtraOptions - [`632f400`](https://github.com/xoofx/markdig/commit/632f400a7426cfae3d8df6faaa5bfe9014d910e7) Add tests for EmphasisExtraOptions ### 📊 Changes **4 files changed** (+53 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Markdig.Tests.csproj` (+1 -0) ➕ `src/Markdig.Tests/TestEmphasisExtraOptions.cs` (+45 -0) 📝 `src/Markdig/Extensions/EmphasisExtras/EmphasisExtraExtension.cs` (+4 -2) 📝 `src/Markdig/Parsers/Inlines/EmphasisInlineParser.cs` (+3 -1) </details> ### 📄 Description Addresses #272 and #286 --- <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:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#918