[PR #360] [MERGED] Fix SmartyPants quote matching #970

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/360
Author: @MihaZupan
Created: 8/1/2019
Status: Merged
Merged: 9/25/2019
Merged by: @xoofx

Base: masterHead: smarty-pants


📝 Commits (2)

📊 Changes

6 files changed (+149 additions, -108 deletions)

View changed files

📝 src/Markdig.Tests/Specs/SmartyPantsSpecs.generated.cs (+65 -32)
📝 src/Markdig.Tests/Specs/SmartyPantsSpecs.md (+14 -0)
📝 src/Markdig/Extensions/SmartyPants/HtmlSmartyPantRenderer.cs (+5 -7)
📝 src/Markdig/Extensions/SmartyPants/SmartyPant.cs (+11 -1)
📝 src/Markdig/Extensions/SmartyPants/SmartyPantsExtension.cs (+2 -3)
📝 src/Markdig/Extensions/SmartyPants/SmartyPantsInlineParser.cs (+52 -65)

📄 Description

Fixes #183


🔄 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/360 **Author:** [@MihaZupan](https://github.com/MihaZupan) **Created:** 8/1/2019 **Status:** ✅ Merged **Merged:** 9/25/2019 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `smarty-pants` --- ### 📝 Commits (2) - [`ee8c87c`](https://github.com/xoofx/markdig/commit/ee8c87c357520514f1fbf873fa15512e24fa01a3) Add SmartyPants tests for #183 - [`1d2977d`](https://github.com/xoofx/markdig/commit/1d2977d47bc62489c86154009110851f2b8060d5) Fix SmartyPants quote matching ### 📊 Changes **6 files changed** (+149 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Specs/SmartyPantsSpecs.generated.cs` (+65 -32) 📝 `src/Markdig.Tests/Specs/SmartyPantsSpecs.md` (+14 -0) 📝 `src/Markdig/Extensions/SmartyPants/HtmlSmartyPantRenderer.cs` (+5 -7) 📝 `src/Markdig/Extensions/SmartyPants/SmartyPant.cs` (+11 -1) 📝 `src/Markdig/Extensions/SmartyPants/SmartyPantsExtension.cs` (+2 -3) 📝 `src/Markdig/Extensions/SmartyPants/SmartyPantsInlineParser.cs` (+52 -65) </details> ### 📄 Description Fixes #183 --- <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:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#970