I\'m making an Express based web application and everytime someone visits this jade file i get the following error:
Warning: missing space before text for li
In Jade use | when start with only text
wrong ->
td {{anything}} br Hello
correct ->
td | {{anything}} br | Hello