Modify ↓
Opened 15 years ago
Last modified 10 years ago
#6029 new defect
Option `notitle` is assumed for single wiki TOCs
Reported by: | Martin Scharrer | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | TocMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I'm using the TocMacro to have a TOC of a single wiki and use [[TOC]]
.
However all my = text =
, i.e. h1
headlines are missing (I have more than one, not just for the page title). IMHO this is the intended behaviour of [[TOC(notitle)]]
.
I had a look at the [=TocMacro source code: this option seems to be assumed for [[TOC]]
s which do not provide a list of wiki pages and do not use the options titleindex
and sectionindex
.
IMHO the the line #163 (as of rev [4366]) should be removed. It function is already covert by an explicit notitle
.
Attachments (0)
Note: See
TracTickets for help on using
tickets.