I would like to link to Google play store but Grav is stripping part of the link it seems
For instance
Results in:
http://play.google.com/store/apps/details?hl=nl
Can anyone help me get rid of that filter?
I would like to link to Google play store but Grav is stripping part of the link it seems
For instance
Results in:
http://play.google.com/store/apps/details?hl=nl
Can anyone help me get rid of that filter?
Hi @Japhy, you might want to try the &noprocess
parm on the link (so Grav does not try to further process the link): https://learn.getgrav.org/16/content/linking#pass-through-supported-attributes
Please let me know if the above works for you.
Paul
Are you making this link with markdown? You haven’t showed us the source of your link.
If it’s markdown, I have used this successfully:
[](https://play.google.com/store/apps/details?id=com.dentaltrauma&noprocess)
The no &noprocess
parameter did the trick, I seem to remember.
Thanks Paul and Hugh, indeed this did the trick!
Sorry it took me a while to respond didn’t get email notifications. Was looking at the wrong inbox
No problem. For some reason I thought Paul was suggesting another method so my reply was technically redundant!