Question
TWiki automatically inserts a new paragraph when it encounters a blank line. Is there any way to keep this from happening for a specific topic? It's nice for generating clean looking pages quickly, but if a page is mostly html, the whitespace is nice for readability of the html.
Thanks!
.
- TWiki version:
- Web server:
- Server OS:
- Web browser:
- Client OS:
--
MichaelMathis - 04 Oct 2002
Answer
Use comments to introduce gaps into your HTML ie:
<!--
This block of code does xxxx
-->
Here's an example (you'll need to use
Edit or view it in raw mode* to see the comment):
This text is on two
separate lines with a comment line in the middle.
* Just add
?raw=on to the URL above!
--
RichardLewis - 09 Oct 2002