Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Markdown Extra breaks Twig

Started by Muut Archive 10 years ago · 1 replies · 342 views
10 years ago

On a Twig-enabled page I use the following code:

TWIG
<a href="{{ page.url }}">{{ page.title }}</a>

Which outputs something like

HTML
<a href="my-page">My page</a>

Which works fine, until I enable Markdown Extra on my site through the Admin panel.

After that, the output changes to

HTML
<a href="%7B%7B%20page.url%20%7D%7D">My page</a>

So {{ page.title }} still works, but {{ page.url }} breaks, I'm guessing because of the quotes. Does anybody know a reason or workaround for this behaviour?

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1361 9 years ago
Archive · by Muut Archive, 9 years ago
2 939 9 years ago
Archive · by Muut Archive, 9 years ago
2 4069 9 years ago
Archive · by Muut Archive, 9 years ago
1 2958 9 years ago
Archive · by Muut Archive, 9 years ago
3 1123 9 years ago