Softany Txt2Htm2Chm Reference Previous Topic Next Topic

BLOCK

Syntax

[BLOCK]...[/BLOCK]

Description

Causes the content between This pair of tags to be a logical block that is like a big string in a line.

This is the only pair of tags that supports nesting in Softany Txt2Htm2Chm .

Example

Source text 1:

* Here is line 1.
* Here is line 2.
* [BLOCK]Here is line 3.
Here is line 3.
Here is line 3.
[/BLOCK]

Effect:
Source code 2:

+ Show/Hide
[BLOCK]
* Here is line 1.
* Here is line 2.
* [BLOCK]Here is line 3.
Here is line 3.
Here is line 3.
[/BLOCK]
[/BLOCK]


Effect:

Show/Hide

  • Here is line 1.
  • Here is line 2.
  • Here is line 3.
    Here is line 3.
    Here is line 3.



Previous Topic Next Topic