Skip to content
LarsGit223 edited this page Jul 16, 2016 · 10 revisions

This section describes miscellaneous functions of the API:

linebreak()

The function inserts a line break.

pagebreak()

The function inserts a manual page break.

hr()

The function inserts a horizontal line.

disable_links()

Calling this function will disable link creation until it is enabled again by calling enable_links(). If link creations is disabled then all links will be renderer as plain text.

enable_links()

Calling this function (re-)enables link creation.

Clone this wiki locally