We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to #82, Go modules are incorrectly rendered as mailto links.
mailto
Given a module like golang.org/x/[email protected], it is rendered as:
golang.org/x/[email protected]
golang.org/x/[email protected] mailto:golang.org/x/[email protected]
It'd be nice if there was an option to disable mailto links for a given regular expression, or all together.
The text was updated successfully, but these errors were encountered:
Looking into what it would take to implement this, it looks like mailto: is added here:
mailto:
glamour/ansi/elements.go
Lines 229 to 231 in ea72398
We can add additional options for the ANSI renderer's context here:
glamour/ansi/renderer.go
Lines 17 to 23 in ea72398
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Similar to #82, Go modules are incorrectly rendered as
mailto
links.Given a module like
golang.org/x/[email protected]
, it is rendered as:golang.org/x/[email protected] mailto:golang.org/x/[email protected]
It'd be nice if there was an option to disable
mailto
links for a given regular expression, or all together.The text was updated successfully, but these errors were encountered: