Modify ↓
Opened 21 years ago
Closed 20 years ago
#1077 closed defect (invalid)
Problem with reStructuredText and title levels
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | 0.8 |
| Severity: | normal | Keywords: | rst restructuredtext titles level |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Here is some WikiRestructuredText :
Attachments (0)
Note:
See TracTickets
for help on using tickets.



The reStructuredText is handled by the docutils library, so Trac can't control how it is processed.
Apparently the outline needs to be a bit more complete to have all the section levels recognized. Here's an example with more levels:
Chapter 1 Title
Section 1.1 Title
Subsection 1.1.1 Title
content
Section 1.2 Title
content
Chapter 2 Title
content