As for paragraphs, it seems that the only way is to make a plugin
which would convert the double <br /> elements to some spacer.
As for lists, axs has answered the question. Keep in mind that the
ordered lists need another definition ("ol" selector instead of "ul").
You can also make space between lists change when you need them to, by
writing
{{spacedList{
* ...
* ...
}}}
with the following CSS:
.spacedList * LI { margin: ... ; }
--
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.