mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-10 21:40:00 +00:00
[PR #124] [MERGED] Fix abbreviation matching #823
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/124
Author: @joannaz
Created: 6/29/2017
Status: ✅ Merged
Merged: 7/3/2017
Merged by: @xoofx
Base:
master← Head:master📝 Commits (3)
311c28aFix abbreviation matching80790b5Fix abbreviation parsing50b33b8Add more test cases for abbreviation📊 Changes
3 files changed (+91 additions, -9 deletions)
View changed files
📝
src/Markdig.Tests/Specs/AbbreviationSpecs.md(+21 -0)📝
src/Markdig.Tests/Specs/Specs.cs(+45 -0)📝
src/Markdig/Extensions/Abbreviations/AbbreviationParser.cs(+25 -9)📄 Description
There was an issue with abbreviations matching on a section of a word. For example: PR was matching on PRAA.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.