You are here: More Information > Special Tasks
Special Tasks
Technical Reference
> Documenting without Editor > Formatting Comments > Text Formatting > Character and Paragraph Formatting Tags
Close
Doc-O-Matic 10
Paragraph Examples
// This is the first sentence. // // This is the second, // and this the third

or

// This is the first sentence.<p> // This is the second, // and this the third

This text is rendered in the output as follows:

This is the first sentence. This is the second, and this the third.

To prevent space and newline removal enclose the text with <pre> </pre> tags as in the following example.

<pre> This will look like it is written here </pre>
Copyright © 2000-2020 toolsfactory software inc. All rights reserved.