<?xml version="1.0" encoding="utf-8"?>
<s1 title="HelpOnHeadlines"><p></p>
<s2 id="Headlines" title="Headlines">
<p></p>
<s3 id="Section Headings" title="Section Headings">
<p>You can create headings by starting and ending a line with up to five equal signs. The heading text is between those markers, separated by a single space. </p>
<p>Headings can be automatically numbered, you can enable or disable this for each page (see <code>#pragma section-numbers</code> on <jump href="/wiki/HelpOnProcessingInstructions">HelpOnProcessingInstructions</jump>) and for the whole site (see <code>show_section_numbers</code> on <jump href="/wiki/HelpOnConfiguration">HelpOnConfiguration</jump>). </p>
<p>For more information on the possible markup, see <jump href="/wiki/HelpOnEditing">HelpOnEditing</jump>.  </p>
<ul><li><p>/!\ Headings may not contain wiki markup. </p>
<p>/!\ You cannot indent headings. </p>
</li>
</ul>
<p></p>
<s4 id="Example" title="Example">
<p></p>
<source><![CDATA[= Heading =
== Subheading ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====]]></source><p> </p>
<p></p>
</s4>
<s4 id="Display" title="Display">
<p></p>
<p></p>
</s4>
</s3>
</s2>
<s2 id="Heading" title="Heading">
<p></p>
<s3 id="Subheading" title="Subheading">
<p></p>
<s4 id="Level 3" title="Level 3">
<p></p>
<s5 id="Level 4" title="Level 4">
<p></p>
<s6 id="Level 5" title="Level 5">
<p></p>
</s6>
</s5>
</s4>
</s3>
<s3 id="section-numbers" title="section-numbers">
<p>Switches automatic numbering of section headers. </p>
<source><![CDATA[#pragma section-numbers off]]></source><p>off or 0 disable numbering, on or 1 enables numbering. The default mode is set by the show_section_numbers config option. </p>
<p>When enabling numbering, its possible to use specific heading level: </p>
<source><![CDATA[#pragma section-numbers 2]]></source><p>Only displays section numbers for headings of level 2 and up (similarly for 3 to 6). </p>
</s3></s2></s1>