Attention! Please remember that this is deprecated and the new file format ist Markdown.
deprecated:
The following table lists the 'dot commands' recognized by the help compiler in alphabetic order. They all are explained in the chapter ' Help file format '.
| .ul | Starts a bullet list. |
| .ol | Starts an ordered (numbered) list |
| .li | Starts a list item. |
| .br | Inserts a line break. |
| .eul | Closes a bullet list. |
| .eol | Closes an ordered (numbered) list |
| .topic | Defines a topic header. |
| .p | Inserts a paragraph break. |
| .br | Inserts a line break. |
| .dot | Inserts a '.' (dot) character. |
| .tl | Starts a table definition |
| .ts | Starts the first cell of a table row |
| .tc | Separates a table cell from the next one in the same row |
| .te | Marks the end of the last table cell in a row. |
| .etl | Closes the table definition. |
| .i | Includes an image. |
| .pre | Starts pre-formatted text |
| .epre | Ends pre-formatted text |