Edgewall Software

Ticket #2355 (closed task: worksforme)

Opened 3 years ago

Last modified 3 years ago

Add capability to underline Headings with correct representation in TOC

Reported by: NumaanHuq@… Owned by: jonas
Priority: low Milestone:
Component: wiki system Version: devel
Severity: trivial Keywords:
Cc:

Description

Add capability to underline heading and not have them come out as something like this:

__HeaderOne__
 __SubheaderOne__
 __SubheaderTwo__
__HeaderTwo__

in the TOC displayed on the page

Attachments

Change History

Changed 3 years ago by mgood

  • status changed from new to closed
  • resolution set to worksforme

The [[PageOutline]] macro provided with Trac 0.9 handles this fine. If this is a problem with the [[TOC]] macro found in the MacroBazaar please file a ticket on the TracHacks site.

However, I should note that if you simply want to underline all your headers this is more easily done with CSS in the site_css.cs file (see TracInterfaceCustomization):

h1, h2, h3, h4, h5, h6 { text-decoration: underline; }

Changed 3 years ago by mgood

  • milestone 0.9.1 deleted

Add/Change #2355 (Add capability to underline Headings with correct representation in TOC)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.