Modify ↓
Opened 15 years ago
Last modified 10 years ago
#6284 new enhancement
Improve compatibility with TOCMacro and TracNumberedHeadlinesPlugin.
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | TocMacro |
Severity: | normal | Keywords: | tocmacro tracnumberedheadlinesplugin numbered headlines plugin |
Cc: | Trac Release: | 0.11 |
Description
Currently, "first level" headings/headlines appear to be excluded from TOC if they do not have sub-headings or sub-headlines.
For example, the following is defined:
#Section 1# blah blah section 1! #Section 2# ##Background## blah blah section 2 background. ##Conclusion## blah blah seciton 2 conclusion.
Then the following TOC is generated:
2.1 Background 2.2 Conclusion
rather than
1. Section 1 2. Section 2 2.1 Background 2.2 Conclusion
Attachments (0)
Note: See
TracTickets for help on using
tickets.