Description

Indented item is rendered as list item <li> while it should not.

Steps to reproduce

Try following example, broken rendered output also provided.

Example

visual output

  * My bugreports
        + incorrectly detected .class files in java fsplib
        
    Wishlist items
        + Check for structure member
                  
        + [WWW] Check for existence of variable

code

== Sourceforge.net tracker items ==
Note: I should add links to sf.net in following items.

 '''My bugreports'''
   * incorrectly detected .class files in java fsplib

 '''Wishlist items'''
   * Check for structure member
   * [http://sourceforge.net/tracker/index.php?func=detail&aid=1120949&group_id=30337&atid=398974 Check for existence of variable]

item my bugreports has incorrectly <li>my bugreports

Details

MoinMoin Version

1.3.3

OS and Version

FreeBSD 5-STABLE

Python Version

2.3.4

Server Setup

Standalone

Server Details

Workaround

Discussion

This is the expected behavior according to the documentation, and it make sense. Where is the bug?

Here is your example using correct markup - markup that describe the structure of the content:

== Sourceforge.net tracker items ==

Note: I should add links to sf.net in following items.

'''My bugreports'''
 * incorrectly detected .class files in java fsplib

'''Wishlist items'''
 * Check for structure member
 * [http://sourceforge.net/tracker/index.php?func=detail&aid=1120949&group_id=30337&atid=398974 Check for existence of variable]

Sourceforge.net tracker items

Note: I should add links to sf.net in following items.

My bugreports

Wishlist items

Plan


CategoryMoinMoinNoBug

MoinMoin: MoinMoinBugs/IndentedTitleRenderedAsList (last edited 2007-10-29 19:18:17 by localhost)