You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem also exists with german special characters.
I solved this by commenting out the special character array $rx1
in AnchorsTwigExtension.php and used an empty array instead: $rx1 = array();
Disclaimer: i know nothing of JS, very little about Grav and less about github (=
Found that i had some problems with the swedish special chars "Å Ä Ö" in the anchor links and the auto-generated menu.
Solved this by adding
to the "$rx1 = array" of AnchorsTwigExtension.php
and adding
just before .toLowerCase() in anchors.min.js
Is this me not using the plugin the right way or is there a need for updates similar to the above?
Did not make a pull-request because i'm not sure how to actually do it and almost certain there is a better way to do these changes.
The text was updated successfully, but these errors were encountered: