Document structure#

These tags can be used to represent the document structure.

Titles and subtitles#

In order to represent titles and subtitles integrated with the website’s design, the [title] and [subtitles] tags can be used:

[title]Just do it![/]
[subtitle]Don't let your dreams be dreams![/]

Note

These tags cannot embed other tags.

Labels and targets#

Internal references can be defined using labels and targets:

  • Labels place an anchor on a part of the message. They are defined using the [label=<your label>] tag.

  • Targets make a link to a label in another part of the message. They are defined using the [target=<your label>] tag.

Note

The [label] tag does not need to be terminated; in fact, the original version of the tag did not support termination.

An example usage of these tags is the following:

[label=sometag][subtitle]Some chapter[/subtitle]

...

[target=sometag]Go back to the beginning of the chapter[/]