[PR #449] [MERGED] Fallback to non-punycode encoding for invalid IDN urls #1033

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/449
Author: @MihaZupan
Created: 7/11/2020
Status: Merged
Merged: 7/22/2020
Merged by: @xoofx

Base: masterHead: invalid-idn-fallback


📝 Commits (1)

  • 0fc112a Fallback to non-punycode encoding for invalid IDN urls

📊 Changes

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

View changed files

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

📄 Description

Fixes #438


🔄 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/449 **Author:** [@MihaZupan](https://github.com/MihaZupan) **Created:** 7/11/2020 **Status:** ✅ Merged **Merged:** 7/22/2020 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `invalid-idn-fallback` --- ### 📝 Commits (1) - [`0fc112a`](https://github.com/xoofx/markdig/commit/0fc112a6b8c196fb18c9b6d0ca298b07380871d8) Fallback to non-punycode encoding for invalid IDN urls ### 📊 Changes **2 files changed** (+26 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/MiscTests.cs` (+14 -0) 📝 `src/Markdig/Renderers/HtmlRenderer.cs` (+12 -1) </details> ### 📄 Description Fixes #438 --- <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:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1033