Skip to content
LarsGit223 edited this page Jun 17, 2016 · 19 revisions

The following functions for text spans exist:

strong_open()

The function opens a span for bold text. Also see DokuWiki basic text formatting.

strong_close()

The function closes a bold text span.

emphasis_open()

The function opens a span for italic text. Also see DokuWiki basic text formatting.

emphasis_close()

The function closes a italic text span.

underline_open()

The function opens a span for underlined text. Also see DokuWiki basic text formatting.

underline_close()

The function closes a underlined text span.

monospace_open()

The function opens a span for monospace text. Also see DokuWiki basic text formatting.

monospace_close()

The function closes a monospace text span.

subscript_open()

The function opens a span for subscript text. Also see DokuWiki basic text formatting.

subscript_close()

The function closes a subscript text span.

superscript_open()

The function opens a span for superscript text. Also see DokuWiki basic text formatting.

superscript_close()

The function closes a superscript text span.

Clone this wiki locally