Description

In Moin 1.2; a = h1 = heading translates to <h2>h1</h2>
....
and ===== h5 ===== translates to <h6>h5</h6>

The above is inconsistent with the screen.css that defines:

h2, h3, h4, h5 {
        background-color: #EDD097;
        color: black;
}       

h6 should be defined as well.

Example

h5 does not have a colored background.

= h1 =
===== h5 =====

h1

h5

Details

This Wiki.

Discussion

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/SectionHeadingsHsix (last edited 2007-10-29 19:21:36 by localhost)