Vincent Prouillet
Vincent Prouillet
I'm not sure right now but it's a good testcase to add it, `{{ char_array != char_array }}` should be false and the next line should be true
1. Will be fixed in v2 but no news on when that will happen 2. Yes, args have to be named in Tera and that's not going to change 3....
Tera is definitely using the truthiness checks from Python/Jinja2, not from any other languages.
Hm try to put the `| safe` before the `| markdown` as well?
Probably too much escaping going on.
it could be a new `exclude` filter but that's starting to be a lot of filters...
I don't think so
Sorry for the late reply. I haven't checked the cause of the error but macros are meant to be defined on separate files and not really used that way, I...
@sooda thanks for the debugging! Can you recreate those examples as testcases in a PR?
Looks like the issue is that loading macro namespaces in Tera is currently a bit stupid. I have no recollection at all of that part of code so anyone will...