heading
[heading, text(, style, class, id)]
with keys
[heading, text=(, style=, class=, id=)]
Display text as a Heading in a [Section] or [ColorSection].
Parameters
text - heading text to be displayed
style - optional parameter specifying css-styles to be applied to this text
class - optional class name
id - optional additional id attribute
See Also
css-styles[colorsection][section]Changes
1.37 - "class" & "id" parameter added
1.37 - accepts key=value pairs as parameters
1.12.6 - css-style parameter added
Examples
Example#1 used in a section
[ section]
[heading,Section Heading]
centered body text
[sectionend]
Output:
Section Heading
centered body text
Example#2 used in a colorsection
[ colorsection]
[heading,Section Heading]
centered body text
[colorsectionend]
Output:
Section Heading
centered body text
Notes