Avoiding whitespace between tags in Jade template output when pretty printing Avoiding whitespace between tags in Jade template output when pretty printing express express

Avoiding whitespace between tags in Jade template output when pretty printing


In Razor, I addressed this by wrapping the whitespace with a multi-line comment:

    <div>        <span>No trailing</span><!--     --><span>space</span>    </div>