Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2355 closed task (worksforme)

Add capability to underline Headings with correct representation in TOC

Reported by: NumaanHuq@… Owned by: Jonas Borgström
Priority: low Milestone:
Component: wiki system Version: devel
Severity: trivial Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

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 (0)

Change History (2)

comment:1 by Matthew Good, 18 years ago

Resolution: worksforme
Status: newclosed

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; }

comment:2 by Matthew Good, 18 years ago

Milestone: 0.9.1

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.