Go Modules URI incorrectly parsed as mailto link
picatz opened this issue · 1 comments
picatz commented
Similar to #82, Go modules are incorrectly rendered as mailto
links.
Given a module like golang.org/x/net@v0.0.0-20210326060303-6b1517762897
, it is rendered as:
golang.org/x/net@v0.0.0-20210326060303-6b1517762897 mailto:golang.org/x/net@v0.0.0-20210326060303-6b1517762897
It'd be nice if there was an option to disable mailto
links for a given regular expression, or all together.