This group of options controls the processing of text (character data) supposed for printing in the output.
Most of such text comes directly from the data source (e.g. doc-comments), however, it may be specified in templates too.
The text may contain some kind formatting, which can be as simple as just newlines
(i.e. '\n'
codes), or as complex as HTML tags inserted in the text by the user.
That formatting may be either ignored (the HTML tags will appear in the output as ordinary text)
or rendered, that is interpreted along with the primary formatting specified in templates.