yuin / goldmark

:trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
MIT License
3.68k stars 255 forks source link

Support URLs with port in Linkify #155

Closed helfper closed 4 years ago

helfper commented 4 years ago

I propose to add support for URLs with port to Linkify extension. This is also supported in GFM and it's a very common use-case when writing internal documentation in many companies.

helfper commented 3 years ago

@yuin any chance you can create a release with this change?