Thank you, Colm. That solves the problem in a simple way.
However, I have another related problem: instead of following the list with
text in a new paragraph, I also have a case where I want to follow the list
with a heading.
For example:
*{{compactList{
*Compact item 1
*Compact item 2
}}}
!!!Heading after Compact List*
With a heading, it is not possible to use:
*{{compactList{
*Compact item 1
*Compact item 2
}}} !!!Heading after Compact List*
Does anyone have a suggestion I can try for this situation?
Cheers
Andrew Mc
> *Normal item 1
> > *Normal item 2
> > }}}
> >
> > Paragraph after Normal List
> > {{compactList{
> > *Compact item 1
> > *Compact item 2
> > }}}
> >
> > Paragraph after Compact List
> >
>
> You could try this instead of the above:
> *Normal item 1
> *Normal item 2
> Paragraph after Normal List
> {{compactList{
> *Compact item 1
> *Compact item 2
> }}}Paragraph after Compact List
>
> This should remove the space between "Compact item 2" and "Paragraph
> after Compact List".
> If you have the }}} and "Paragraph after Compact List" on separate
> lines the tiddlywiki wikifier inserts a <br> there, hence the gap.
>
> Hope that helps,
>
> Colm
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.