... section = root level -> biggest title subsection = sub level -> smaller title
Should be correct, IHMO. ;-)
Yes, but I think the problem was in the wiki grammar, changing the sections stuff to
%token titleitem "!!!"; %token subtitleitem "!!"; %token subsubtitleitem "!";
makes selfttest.html look ok now. I committed this change + modified selftest.txt to better show this.
In the JSPWiki syntax "!!!" is a big title (which should map to a first-level section IMHO), "!!" is smaller and "!" the smallest.
-Bertrand