mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #201] [MERGED] Optional link rewriter func for HtmlRenderer #860
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/201
Author: @markheath
Created: 1/24/2018
Status: ✅ Merged
Merged: 1/25/2018
Merged by: @xoofx
Base:
master← Head:relative-urls-2📝 Commits (2)
20edf26optional link rewriter func for HtmlRenderer #1435f4b049removing 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.