pyjade
pyjade copied to clipboard
Filters Are Broken
The following snippet does not work as expected, and sits in an infinite loop when using the Django template compiler.
p
markdown:
| Hello, *world*!
It appears that the visitFilter
operation is never used, and that parseFilter
and parseASTFilter
are also never called. It looks like you try to call parseASTFilter
, return the function itself rather than calling it.