mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-14 05:45:05 +00:00
[PR #319] [MERGED] Allow unicode domain names #942
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/319
Author: @MihaZupan
Created: 3/11/2019
Status: ✅ Merged
Merged: 3/11/2019
Merged by: @xoofx
Base:
master← Head:allow-unicode-domain-names📝 Commits (8)
3b3872fUse a universal time format for spec timestamps04e195cAdd tests for unicode in domain names47f395dAdd unicode domain name test for LinkReferenceDefinitions39ab066Exclude nuget.props from source controldb9660dAllow non-ascii characters in domain names1c88fb6Use IDNA encoding for domain names containing non-ascii chars77d5dcbDrop support for netstandard1.1 and legacy PCL50313a3Update changelog📊 Changes
10 files changed (+287 additions, -41 deletions)
View changed files
📝
.gitignore(+1 -0)📝
changelog.md(+3 -0)📝
src/Markdig.Tests/Specs/AutoLinks.cs(+110 -1)📝
src/Markdig.Tests/Specs/AutoLinks.md(+59 -0)📝
src/Markdig.Tests/TestLinkHelper.cs(+6 -0)📝
src/Markdig/Helpers/CharHelper.cs(+27 -4)📝
src/Markdig/Helpers/LinkHelper.cs(+17 -11)📝
src/Markdig/Markdig.csproj(+2 -13)📝
src/Markdig/Renderers/HtmlRenderer.cs(+61 -11)📝
src/SpecFileGen/Program.cs(+1 -1)📄 Description
Fixes #316
IDNA encodingis not used onstandard1.1andportableas explained here.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.