mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Autolink should validate domain name #231
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?
Originally created by @yufeih on GitHub (Oct 2, 2018).
GFM Spec defines autolink as:
Links like https://[your-domain]/api will not be treated as autolink
https://github.com/dotnet/docfx/issues/3272
@MihaZupan commented on GitHub (Oct 6, 2018):
I made the changes needed for this (with tests).
The only problem I have is with committing the updated Specs.cs file (see #253)