===== 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
+ 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 =