Edgewall Software

Ticket #645 (closed enhancement: worksforme)

Opened 4 years ago

Last modified 13 months ago

More headings in the wiki syntax

Reported by: anonymous Owned by: jonas
Priority: normal Milestone:
Component: wiki system Version: 0.7.1
Severity: normal Keywords: wiki headings
Cc:

Description

There is now only 2 levels of headings in the wiki.

I would propose too add it to 3 or 4.

So

!=== Heading3 ===

!==== Heading4 ====

How do you escape the above and get rid of the '!' ????

Attachments

Change History

follow-up: ↓ 3   Changed 4 years ago by daniel

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

The Trac wiki formatter will properly process H1-H6 headers.

Example:

= Header 1 =
== Header 2 ==
=== Header 3 ===
==== Header 4 ====
===== Header 5 =====
====== Header 6 ======
======= Header 7 =======

Display:

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6
= Header 7 =

  Changed 4 years ago by anonymous

Sorry. I checked and it works for me aswell. I think that settings were just set so that I didnt see that the fonts were different.

Thanks.

in reply to: ↑ 1   Changed 13 months ago by sid

Replying to daniel:

The Trac wiki formatter will properly process H1-H6 headers.

Actually, it only supports H1-H5. Anything beyond that is ignored. See WikiFormatting.

Add/Change #645 (More headings in the wiki syntax)

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.