neuland / jade4j

a pug implementation written in Java (formerly known as jade)
MIT License
705 stars 116 forks source link

Jade4J does not support unbuffered code blocks #141

Closed Ribesg closed 8 years ago

Ribesg commented 8 years ago

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).

chbloemer commented 8 years ago

Fixed in 1.2.4