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
If the Page Toc Plugin is enabled, then page-level Twig cannot be processed, specifically links ...<a href="{{ page.url|e }}">... and resources ...<img src="{{ img.url|e }}">.... The escaped code is returned instead of the URL.
Edit 06/16/2022: Markdown syntax is not processed either, specifically [{{ page.title|e }}]({{ page.url|e }}) and ![{{ img.title|e }}]({{ img.url|e }}).
when toc plugin disabled globally or Anchors generated for this page is No on page level or Process Twig First is Yes on page level, then correct content is rendered:
If the Page Toc Plugin is enabled, then page-level Twig cannot be processed, specifically links
...<a href="{{ page.url|e }}">...
and resources...<img src="{{ img.url|e }}">...
. The escaped code is returned instead of the URL.Edit 06/16/2022: Markdown syntax is not processed either, specifically
[{{ page.title|e }}]({{ page.url|e }})
and![{{ img.title|e }}]({{ img.url|e }})
.More info: getgrav/grav#3589.
The text was updated successfully, but these errors were encountered: