Notation Guide

Print Help Tips
Headings

To create a header, place "hn. " at the start of the line (where n can be a number from 1-6).

Notation Comment
h1. Biggest heading

Biggest heading

h2. Bigger heading

Bigger heading

h3. Big Heading

Big Heading

h4. Normal Heading

Normal Heading

h5. Small Heading
Small Heading
h6. Smallest Heading
Smallest Heading
{numberedheadings}
...
{numberedheadings}


{numberedheadings}
h1. biggest heading
h2. bigger heading
h3. a big heading
h2. another bigger heading
h1. another biggest heading
h2. again a bigger heading
{numberedheadings}

Numbers the enclosed h1 .. h6 headings

  • number-format: (optional) the default number format of the numbered headings.
    • decimal (default) - 1, 2, 3, 4, etc.
    • lower-latin - a, b, c, d, etc.
    • lower-roman - i, ii, iii, iv, etc.
    • lower-greek - α, β, γ, δ, etc.
    • upper-latin - A, B, C, D, etc.
    • upper-roman - I, II, III, IV, etc.
    • upper-greek - Α, Β, Γ, Δ, etc.
  • start-numbering-at: (optional) where to start numbering. Please make it a habit to start numbering at h1, use this only where you have large number of pages with existing content that start with a heading other then h1.
    • h1 (default) - start numbering at heading 1
    • h2 - start numbering at heading 2
    • h3 - start.. you get it by now, don't you?
    • h4
    • h5
    • h6
  • start-numbering-with: (optional) the number to start with. Can be any number you like
    • 1 (default) - start numbering with number 1
    • 49 - start numbering with 49
    • ..
Example:

1. biggest heading

1.1. bigger heading

1.1.1. a big heading

1.2. another bigger heading

2. another biggest heading

2.1 again a bigger heading