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
Several applications don't know that the square brackets ([) are valid in URLs.
[
I have seen it several times, that urlifying from ascii text to HTML don't create valid hyperlinks from sotagtrend URLs.
Feature request:
This current URL http://sotagtrends.com/?tags=[pwa,progressive-web-apps]
should be this URL in the future:
http://sotagtrends.com/?tags=[pwa,progressive-web-apps]
http://sotagtrends.com/?tags=pwa+progressive-web-apps
Benefit2: It is easier to type this URL by hand.
BUT: Please provide a redirect from the old URL syntax.
The text was updated successfully, but these errors were encountered:
Yeah I have run into this too. I'll try to fix it when I get some free time
Sorry, something went wrong.
Should be fixed now
Great!
No branches or pull requests
Several applications don't know that the square brackets (
[
) are valid in URLs.I have seen it several times, that urlifying from ascii text to HTML don't create valid hyperlinks from sotagtrend URLs.
Feature request:
This current URL http://sotagtrends.com/?tags=[pwa,progressive-web-apps]
should be this URL in the future:
http://sotagtrends.com/?tags=[pwa,progressive-web-apps]
http://sotagtrends.com/?tags=pwa+progressive-web-apps
Benefit2: It is easier to type this URL by hand.
BUT: Please provide a redirect from the old URL syntax.
The text was updated successfully, but these errors were encountered: