Differences between revisions 1 and 2
Revision 1 as of 2005-04-12 08:58:12
Size: 971
Editor: anonymous
Comment: missing edit-log entry for this revision
Revision 2 as of 2009-04-16 08:26:30
Size: 971
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

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

  • = Heading = == Subheading == === Level 3 === ==== Level 4 ==== ===== 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.

HelpOnHeadlines (last edited 2009-04-16 08:26:30 by localhost)