Test /
UnnumberedHeadings
This page has the top-level headings in the page NOT numbered.
This is in config.php or Group.php or Group.Page.php:
$PmTOC['NumberedHeadings'] = ' .1.1.1.1.1'; # note the leading space
This requires the latest nightly since 2025-02-09 or version 2.4.3 or more recent. So far only the top-level and bottom-level headings can be unnumbered, not intermediate ones:
## only number 3rd and 4th level headings $PmTOC['NumberedHeadings'] = ' . .1.1. . '; ## This doesn't work (intermediate space): $PmTOC['NumberedHeadings'] = '1. .1.1.1.1';
--Petko
Fixed bug with anchors to unnumbered headings today. --Petko
Top level heading
Text.
Another top level heading
Text.
Numbered heading
Text.
Numbered heading
Text.
Numbered heading
Text.
Numbered subheading
Text.
Another top level heading
Text.
Numbered heading
Text. Text.