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
I would like to have a warning if the embeded link is not the same as the text.
For example:
Text: google.com/search.. Url: example.com
in md format: google.com/search
=> warning to the user that the urls doesnt match the texts "advertised" url.
The text was updated successfully, but these errors were encountered:
I am not sure if it still should warn the user if the text is NOT a url for example here is the example
Sorry, something went wrong.
Maybe we could support a redirect page like what YouTube does?
What does youtube do? I don't think I'm familiar with what you mean.
What youtube does is just a proxy so that they can track your redirects. We probably dont want that…. but a redirect warning page e.g.
"WARNING YOU LEAVE insert instance name!" Continue | Return | Never warn me about xyz.com | (not recommended) Never warn me about anything
@lazyguru
No branches or pull requests
I would like to have a warning if the embeded link is not the same as the text.
For example:
Text: google.com/search..
Url: example.com
in md format: google.com/search
=> warning to the user that the urls doesnt match the texts "advertised" url.
The text was updated successfully, but these errors were encountered: