===== About This Rule ===== | **Name** | heading | | **Type** | non-capturing block | | **Syntax** | 1 to 6 plus-signs at the beginning of a line, followed by a space, followed by the heading text | ===== Parse Configuration Keys ===== | **Key** | **Type** | **Description** | | ''id_prefix'' | string | When generating internal table-of-contents heading identifiers, use this prefix; default is 'toc'. | ===== Render Configuration Keys ===== | **Format** | **Key** | **Type** | **Description** | | ''Xhtml'' | ''css_h1'' | string | The CSS class to use for the

tag. | | ''Xhtml'' | ''css_h2'' | string | The CSS class to use for the

tag. | | ''Xhtml'' | ''css_h3'' | string | The CSS class to use for the

tag. | | ''Xhtml'' | ''css_h4'' | string | The CSS class to use for the

tag. | | ''Xhtml'' | ''css_h5'' | string | The CSS class to use for the

tag. | | ''Xhtml'' | ''css_h6'' | string | The CSS class to use for the
tag. | ===== Description ===== Use this rule to generate section headings. For example, the following markup... + Heading Level 1 ++ Heading Level 2 +++ Heading Level 3 ++++ Heading Level 4 +++++ Heading Level 5 ++++++ Heading Level 6 ++++++ + There is no level 7 ...produces this output: ====== Heading Level 1 ====== ===== Heading Level 2 ===== ==== Heading Level 3 ==== === Heading Level 4 === == Heading Level 5 == = Heading Level 6 = = + There is no level 7 =