[PR #201] [MERGED] Optional link rewriter func for HtmlRenderer #860

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/201
Author: @markheath
Created: 1/24/2018
Status: Merged
Merged: 1/25/2018
Merged by: @xoofx

Base: masterHead: relative-urls-2


📝 Commits (2)

  • 20edf26 optional link rewriter func for HtmlRenderer #143
  • 5f4b049 removing spurious nuget file

📊 Changes

3 files changed (+55 additions, -0 deletions)

View changed files

📝 src/Markdig.Tests/Markdig.Tests.csproj (+1 -0)
src/Markdig.Tests/TestLinkRewriter.cs (+44 -0)
📝 src/Markdig/Renderers/HtmlRenderer.cs (+10 -0)

📄 Description

provides complete flexibility to rewrite links (e.g. to replace .md with .html)


🔄 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/201 **Author:** [@markheath](https://github.com/markheath) **Created:** 1/24/2018 **Status:** ✅ Merged **Merged:** 1/25/2018 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `relative-urls-2` --- ### 📝 Commits (2) - [`20edf26`](https://github.com/xoofx/markdig/commit/20edf26c407e0baec34ca8897b27990a308e7939) optional link rewriter func for HtmlRenderer #143 - [`5f4b049`](https://github.com/xoofx/markdig/commit/5f4b049ce08c590092c802ae39f82ae14d44f2c2) removing spurious nuget file ### 📊 Changes **3 files changed** (+55 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Markdig.Tests.csproj` (+1 -0) ➕ `src/Markdig.Tests/TestLinkRewriter.cs` (+44 -0) 📝 `src/Markdig/Renderers/HtmlRenderer.cs` (+10 -0) </details> ### 📄 Description provides complete flexibility to rewrite links (e.g. to replace .md with .html) --- <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:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#860