[Moin-devel] [ moin-Bugs-846525 ] vertical space before enumeration

SourceForge.net noreply at sourceforge.net
Fri Nov 21 23:52:02 EST 2003


Bugs item #846525, was opened at 2003-11-21 19:48
Message generated for change (Comment added) made by nlany
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108482&aid=846525&group_id=8482

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Johannes Abt (jsabt)
Assigned to: Nobody/Anonymous (nobody)
Summary: vertical space before enumeration 

Initial Comment:
Assuming, I have a page like this:

= section =
a
 * b
c
 * d
e
 * f

This code results in a layout where the vertical space
before line "b" is smaller than the space before "d" or
"f".  When I ommit "= section =", the space before "b"
gets the normal size.

I'm using moinmoin 1.0

----------------------------------------------------------------------

Comment By: Lan Yufeng (nlany)
Date: 2003-11-22 15:51

Message:
Logged In: YES 
user_id=308887

You can add a blank line after section markup to get even
line spaces, like this:
= section =

a
 * b
c
 *d
e
 * f

This is because text after section markup is not marked up
in <p> tag, while otherswise do.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108482&aid=846525&group_id=8482




More information about the Moin-devel mailing list