Closed panosru closed 12 years ago
Ah I was trying this: {{= foobar|raw }}
instead of ${foobar|raw}
So filters are not working with {{= }}
?
It is working with {{= }}
(actually, a preprocessor translates all ${}
internally before parsing).
Just that it does not (as of today) trim the filter names.
{{= foo|raw}}
will work, {{= foo|raw }}
won't.
I will add support for this.
ah I see, tricky one :)
Thanks!
From the docs
raw
filter is mentioned but when I try to use it I getError: Rendering error: Unknown filter raw.
from what I see in the source of Kiwi underlib/filters/base.js
raw
filter is not present.