Re: [t2t] Layout problem for html output

2009-02-06 Thread Barrie Stott
On Fri, Feb 06, 2009 at 11:43:05AM -0200, Aur?lio Jargas wrote: > The solution here is simple: just close the nested list with the empty item: > > p0 > - p1 > > p2 > - a1 > - b1 > - > p3 > - a2 > - b2 > - > p4 > > This "empty item closes current list" mark was created just

Re: [t2t] Layout problem for html output

2009-02-06 Thread Aurélio Jargas
Hello Barrie, The solution here is simple: just close the nested list with the empty item: p0 - p1 p2 - a1 - b1 - p3 - a2 - b2 - p4 This "empty item closes current list" mark was created just to be used in this specific situation, where nested list couldn't be closed with

[t2t] Layout problem for html output

2009-02-05 Thread Barrie Stott
I have a simple layout problem in a .t2t file but it beats me. I'd be grateful if someone with more txt2tags experience than I have could have a look at it. Below is the bare essentials of a file. (between the lines). I.e., all the `p' are paragraphs or sequences of such and list items a1..b2