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
While it is totally valid to assign variables within {% set %} tags (see Jinjas Template Designer Documentation), this will be rendered as error by Rouge.
This can easily be reproduced by testing a snippet from the Jinja 2 documentation on Rouges home page:
{% set navigation = [('index.html', 'Index'), ('about.html', 'About')] %}
This is probably the source for #881 as well.
While it is totally valid to assign variables within
{% set %}
tags (see Jinjas Template Designer Documentation), this will be rendered as error by Rouge.This can easily be reproduced by testing a snippet from the Jinja 2 documentation on Rouges home page:
Result: http://rouge.jneen.net/pastes/LQWe
The text was updated successfully, but these errors were encountered: