I\'m currently using Jade on a new project. It seems well-suited to composing webapp layouts, but not for writing static content, such as a web page of
elements containing
From the jade github page:
p. foo asdf asdf asdfasdfaf asdf asd.
produces output:
foo asdf asdf asdfasdfaf asdf asd .
The trailing period after the p is what you're looking for.
p