pyjade icon indicating copy to clipboard operation
pyjade copied to clipboard

Filters Are Broken

Open zachriggle opened this issue 11 years ago • 0 comments

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.

zachriggle avatar May 02 '13 15:05 zachriggle