Whitespace


Overview
Whitespace and HTML have a troubled past and TightWiki tries its best to be intuitive with both maintaining whitespace and minimizing excess whitespace.

Any new-lines/empty-lines you leave in a page source will be converted to a HTML line-break. However, when this will lead to more than one line-break being inserted. the engine will collapse half of them. This allows you to put spacing in the source to make it readable while controlling the resulting page body.

In simple terms

This means that you can insert an additional line-break by leaving two empty lines.

There is no need to add these line breaks to your page: <br> or <br />


Functions

Related