Hi,

Jim Ottaway wrote:
> 
> Michael Welle <[EMAIL PROTECTED]> writes:
> 
> > Hi,
> >
> > I often use enumerations with a block of text for each item. To make
> > the structure of the text more explicit, I separate each item with one
> > or two empty lines:
> >
> >  1. <text>
> >     <more text>
> >     <much more text>
> >
> >
> >  2. <text>
> > ...
> >
> >
> > If I publish to html, every item number is publish as 1. If I remove
> > the empty lines, the item numbers are 1, 2, etc. Is this the expected
> > behaviour or a bug? Any hints, what to do if it is not a bug? Using
> > comments as separators is not exactly what I like ;).
> 
> It looks as though you get a new item with one blank line and a new list
> with two.
> 
> This markup
> 
>  1. text
> 
>     more text
> 
>     much more text
> 
>  2. text
> 
> publishes to html as
> 
>  1. text
>    
>     more text
>    
>     much more text
>    
>  2. text
strange. Your example input generates this html snipset:

<ol>
<li>text

<p>more text</p>

<p>much more text</p>

<ol>
<li>text</li>
</ol></li>
</ol>

This results in a nice stair-effect ;) and each item is numbered with
1. 

Michael

PS: muse-mode etc. are snapshots from last week.






-- 
biff4emacsen - A biff-like tool for (X)Emacs
http://www.c0t0d0s0.de/biff4emacsen/biff4emacsen.html


_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to