[PR #173] [CLOSED] Fix bug in LinkHelper.UrilizeAsGfm #845

Closed
opened 2026-01-29 14:46:17 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/173
Author: @qinezh
Created: 11/23/2017
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 431b035 Fix bug in LinkHelper.UrilizeAsGfm

📊 Changes

2 files changed (+9 additions, -1 deletions)

View changed files

📝 src/Markdig.Tests/TestLinkHelper.cs (+8 -0)
📝 src/Markdig/Helpers/LinkHelper.cs (+1 -1)

📄 Description

The heading id of # _a_ should be a instead of _a_ in GFM. See https://babelmark.github.io/?text=%23+a


🔄 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/173 **Author:** [@qinezh](https://github.com/qinezh) **Created:** 11/23/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`431b035`](https://github.com/xoofx/markdig/commit/431b035451f899cb8a3f1507f36ad45fd59ef472) Fix bug in LinkHelper.UrilizeAsGfm ### 📊 Changes **2 files changed** (+9 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/TestLinkHelper.cs` (+8 -0) 📝 `src/Markdig/Helpers/LinkHelper.cs` (+1 -1) </details> ### 📄 Description The heading id of `# _a_` should be `a` instead of `_a_` in GFM. See https://babelmark.github.io/?text=%23+_a_ --- <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:46:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#845