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
Filters are now easily supported by passing a custom jade instance with filters attached as the jade option. - @spelufo
Newer versions of jade will also be supported through the same mechanism as above. The jade instances must still have a compile and compileClient method available or things will break. - @spelufo
Many thanks to @spelufo for getting this done! It solves pretty much every issue that's been opened on this project in recent months. Next release will probably be 1.0 with a locked API.