neuland/jade4j

Jade4J does not support unbuffered code blocks

Closed this issue · 1 comments

As stated here, Jade supports the following syntax:

-
  var tmp = 12
h1= tmp

This syntax works on http://jade-lang.com/demo/ but not on http://naltatis.github.io/jade-syntax-docs/, and not in my project (Using SparkJava with Jade templating implemented with Jade4J).

Fixed in 1.2.4