I am using Jade and everything is cool except that Jade \"eats\" my spaces.
For example, in HTML:
Hello World <
This way it will be rendered with space between words:
b Hello <-- single space at the end b world
Or use pipe with single space (no need for 2 spaces)
b hello | <-- single space b world