Hi, I want to create several lists seperated by a paragraph breaks. The following probably conveys my intenstions:
* item1 * item 2 * item3 * item4 However, it produces a single continuous list, without a break. I found out two ways I can acheive the desired behaviour: * item1 * item 2<p></p> * item3 * item4 which looks good and * item1 * item 2 <br> * item3 * item4 (the <br> has to be on it's own line and followed by a blank line) which produce too much space. Is there a nicer solution than the <p></p> trick? Thanks, Guy -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

