mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #43] [MERGED] Fixes issue where sentences containing strong emphasis words did not correctly delimit the strong tag #778
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/43
Author: @christophano
Created: 7/28/2016
Status: ✅ Merged
Merged: 7/30/2016
Merged by: @xoofx
Base:
master← Head:bugfix/strong-emphasis📝 Commits (1)
891c80fFixes issue where sentences containing strong emphasis words did not correctly delimit the strong tag📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
src/Markdig/Parsers/Inlines/EmphasisInlineParser.cs(+2 -1)📄 Description
Scenario:
Should result in:
But actually outputs:
Note: I haven't included a spec to demonstrate the fix, as the specs for this part comes from CommonMark. Would you prefer me to add a new spec to this pull request, or to submit a pull request to the CommonMark spec?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.