I am trying to use the <<toc>> Creole markup to create a TOC but it is ignoring the heading level on pages indexed. For example if a page only has a heading level 2 (##) it appears in the TOC as a heading 1 level indentation. This makes it impossible to have an introduction page and sub-pages indented correctly in a TOC.
Example:
Home.wiki:
== Table of Contents ==
<<toc section1/>>
section1/Intro.md:
# Introduction to foo
Text about foo
section1/part1.md:
## Using foo
To use foo do this ...