[PR #124] [MERGED] Fix abbreviation matching #823

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

📋 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: masterHead: master


📝 Commits (3)

  • 311c28a Fix abbreviation matching
  • 80790b5 Fix abbreviation parsing
  • 50b33b8 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/124 **Author:** [@joannaz](https://github.com/joannaz) **Created:** 6/29/2017 **Status:** ✅ Merged **Merged:** 7/3/2017 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`311c28a`](https://github.com/xoofx/markdig/commit/311c28ae606765ce86edf12d2999047f2ef452ac) Fix abbreviation matching - [`80790b5`](https://github.com/xoofx/markdig/commit/80790b5038f94e2b8f5e9985934d1f20d72bb409) Fix abbreviation parsing - [`50b33b8`](https://github.com/xoofx/markdig/commit/50b33b8512eb7bf6b474808c37701912ac395fa4) Add more test cases for abbreviation ### 📊 Changes **3 files changed** (+91 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Specs/AbbreviationSpecs.md` (+21 -0) 📝 `src/Markdig.Tests/Specs/Specs.cs` (+45 -0) 📝 `src/Markdig/Extensions/Abbreviations/AbbreviationParser.cs` (+25 -9) </details> ### 📄 Description There was an issue with abbreviations matching on a section of a word. For example: PR was matching on PRAA. --- <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:45:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#823