I am using Jade and everything is cool except that Jade \"eats\" my spaces.
For example, in HTML:
Hello World <
This should do it:
b Hello | World
Unfortunately it produces this HTML output in Chrome on my machine:
Hello World
But in the end it becomes:
To come to an end
b Hello b World
...will do it too.