On Friday, August 13, 2021 at 3:17:28 PM UTC-7 [email protected] wrote:
> Although this is an old thread,
As you note, this is an old thread (over 6 years old!).
*A general solution has long ago been documented* here:
https://tiddlywiki.com/#Lists%20in%20WikiText
Scroll down to the end of the tiddler and you will see a heading
labeled "Paragraphs in Lists", which describes enclosing the
desired content within a <div>...</div>, like this:
# Step 1
# Step 2
# Step 3<div>
Here is the first of several paragraphs. Note that the double linebreak
preceding this paragraph is significant.
And here is the second of several paragraphs.
</div>
# Step 4
# Step 5
# Step 6
Note that this technique will work with ANY pair of matching HTML tags. *You
can even use made up tags, like <foo>...</foo>*. The key points are these:
- *the opening tag is placed at the end of the first line that starts
the the bullet item*
- *there is a double linebreak following that opening tag.*
enjoy,
-e
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/6abe19b3-e4c6-48a2-a1c1-ace003bfce20n%40googlegroups.com.