Skip to content
New issue

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

GET-Parameters in Link are not shown #1877

Closed
bpereto opened this issue Feb 20, 2018 · 1 comment
Closed

GET-Parameters in Link are not shown #1877

bpereto opened this issue Feb 20, 2018 · 1 comment
Labels

Comments

@bpereto
Copy link

bpereto commented Feb 20, 2018

I have a page with an URL in it:

[Mozilla Bug #1420060 - Upgrade Firefox 59 to NSS 3.35](https://bugzilla.mozilla.org/show_bug.cgi?format=default&id=1420060)

Shown in the Preview and rendered Site is without the GET-Parameters:

https://bugzilla.mozilla.org/show_bug.cgi

Live:
https://blog.sandchaschte.ch/en/latest-nginx-with-tlsv1-3-and-brotli

@bpereto bpereto changed the title Parameters in Link are not shown GET-Parameters in Link are not shown Feb 20, 2018
@rhukster
Copy link
Member

This is due to Grav's ability to pass &classes and &id via the URL so you can set classes and IDs on a link without the need for markdown extra. you can stop this behavior by adding &noprocess

[Mozilla Bug #1420060 - Upgrade Firefox 59 to NSS 3.35](https://bugzilla.mozilla.org/show_bug.cgi?format=default&id=1420060&noprocess)

This is also documented here: https://learn.getgrav.org/content/linking#pass-through-supported-attributes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants