[PR #123] [MERGED] Fix abbreviation at start of paragraphs #822

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/123
Author: @joannaz
Created: 6/28/2017
Status: Merged
Merged: 6/28/2017
Merged by: @xoofx

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+5 additions, -3 deletions)

View changed files

📝 src/Markdig/Extensions/Abbreviations/AbbreviationParser.cs (+5 -3)

📄 Description

There was an issue with an abbreviation term being at the start of the paragraph, in which the index does not update and therefore words can be repeated. This fixes it!


🔄 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/123 **Author:** [@joannaz](https://github.com/joannaz) **Created:** 6/28/2017 **Status:** ✅ Merged **Merged:** 6/28/2017 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`7e92f18`](https://github.com/xoofx/markdig/commit/7e92f1881d89da9a73f916875f5cfd8dd5c81995) Fix Abbrevation at start ### 📊 Changes **1 file changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig/Extensions/Abbreviations/AbbreviationParser.cs` (+5 -3) </details> ### 📄 Description There was an issue with an abbreviation term being at the start of the paragraph, in which the index does not update and therefore words can be repeated. This fixes it! --- <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:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#822