[PR #431] [MERGED] Escape URLs scheme #1026

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/431
Author: @mlaily
Created: 4/26/2020
Status: Merged
Merged: 4/30/2020
Merged by: @xoofx

Base: masterHead: escape-scheme


📝 Commits (1)

📊 Changes

2 files changed (+27 additions, -12 deletions)

View changed files

📝 src/Markdig.Tests/MiscTests.cs (+10 -0)
📝 src/Markdig/Renderers/HtmlRenderer.cs (+17 -12)

📄 Description

Fixes #365 by reusing the url escaping code to also escape the scheme part.


🔄 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/431 **Author:** [@mlaily](https://github.com/mlaily) **Created:** 4/26/2020 **Status:** ✅ Merged **Merged:** 4/30/2020 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `escape-scheme` --- ### 📝 Commits (1) - [`38f4332`](https://github.com/xoofx/markdig/commit/38f4332de1179eb9340adfa33f1a4aecd0c818ad) Escape URLs scheme (fix #365) ### 📊 Changes **2 files changed** (+27 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/MiscTests.cs` (+10 -0) 📝 `src/Markdig/Renderers/HtmlRenderer.cs` (+17 -12) </details> ### 📄 Description Fixes #365 by reusing the url escaping code to also escape the scheme part. --- <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:48:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1026