syrusakbary / pyjade

Jade template system for Django, Jinja2 and Mako
MIT License
699 stars 122 forks source link

how to add new line manually #274

Open andrey-oparin opened 7 years ago

andrey-oparin commented 7 years ago

http://stackoverflow.com/questions/14568409/jade-lang-how-to-add-a-new-line-manually

I tried add

= "\n"

it does not work

kakulukia commented 7 years ago

Why is it important to have a newline? What are you intending to do?