welcome: please sign in

The following 112 words could not be found in the dictionary of 7 words (including 7 LocalSpellingWords) and are highlighted below:
according   and   automatic   automatically   be   between   by   can   cannot   config   Configuration   contain   correctly   create   default   different   disable   Display   displays   do   doesn   each   Editing   enable   enables   enabling   ending   equal   Example   expect   five   For   for   get   headers   heading   Heading   Headings   headings   Help   indent   information   Instructions   is   its   Level   level   line   markers   markup   may   might   mode   more   nested   not   Note   numbered   numbering   numbers   of   off   On   on   Only   option   or   order   Our   page   possible   pragma   Processing   proper   requires   sample   scheme   Section   section   sections   see   separated   set   show   signs   similarly   single   site   so   space   specific   starting   structure   Subheading   Switches   text   than   that   The   the   this   those   to   up   use   valid   When   whole   wiki   with   You   you  

Clear message
Page Locked

HelpOnHeadlines

1. Section Headings

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.

Headings can be automatically numbered, you can enable or disable this for each page (see #pragma section-numbers on HelpOnProcessingInstructions) and for the whole site (see show_section_numbers on HelpOnConfiguration).

For more information on the possible markup, see HelpOnEditing.

1.1. Example

= Heading =
== Subheading ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====

1.2. Display

2. Heading

3. Subheading

3.1. Level 3

3.1.1. Level 4

3.1.1.1. Level 5

Note that proper section numbering requires you to order sections according to a valid structure, i.e. correctly nested. Our sample doesn't do this, so you get a different numbering scheme than you might expect.

4. section-numbers

Switches automatic numbering of section headers.

#pragma section-numbers off

off or 0 disable numbering, on or 1 enables numbering. The default mode is set by the show_section_numbers config option.

When enabling numbering, its possible to use specific heading level:

#pragma section-numbers 2

Only displays section numbers for headings of level 2 and up (similarly for 3 to 6).