Hello Barrie, This is the expected behavior since txt2tags don't parse anything inside ''' blocks. it can be anything: a paragraph, an image, a table, a list, or all of them. So it doesn't make sense for txt2tags to wrap this "anything" inside a paragraph.
If you're writing full paragraphs inside ''' blocks (why?), just add the paragraph tag to the block: ''' <p>asdf</p> ''' ''' <p>qwer</p> ''' Or instead, just use the inline form of the tagged mark with two ', so you can insert them inside normal t2t paragraphs: This is a nice picture: ''<img src="foo.jpg">'' Bye! On Tue, Jun 30, 2009 at 13:15, Barrie Stott<[email protected]> wrote: > Suppose I have the following where each of asdf and qwer represent a > block of stuff that we'll suppose is a single paragraph: > > > ''' > asdf > ''' > > > ''' > qwer > ''' > > When processed by txt2tags, asdf and qwer appear in the same > paragraph. This leads to two questions: > > 1. Is this the expected behaviour? > 2. If it is, how can I get the blocks in separage paragraphs? > > Barrie. > > > ------------------------------------------------------------------------------ > _______________________________________________ > txt2tags-list mailing list > https://lists.sourceforge.net/lists/listinfo/txt2tags-list > -- Aurélio Marinho Jargas www.aurelio.net ------------------------------------------------------------------------------ _______________________________________________ txt2tags-list mailing list https://lists.sourceforge.net/lists/listinfo/txt2tags-list
