mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-06 13:54:46 +00:00
[PR #360] [MERGED] Fix SmartyPants quote matching #970
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:smarty-pants📝 Commits (2)
ee8c87cAdd SmartyPants tests for #1831d2977dFix SmartyPants quote matching📊 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.