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 .
More info: getgrav/grav#3589.
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.More info: getgrav/grav#3589.