Eric, Just playing and discovered you can use an arbitrary html element name for this. I made up "break".
#a<break> !Heading *x </break> #b Tones On Sunday, 6 December 2020 at 08:11:12 UTC+11 Eric Shulman wrote: > On Saturday, December 5, 2020 at 12:25:55 PM UTC-8 Jan wrote: > >> If I insert something else, like a header or a bullet there is no way to >> pick up the numbering. >> > > The trick to preserving the numbering is to wrap the block-mode item > content inside a <div>...</div>, like this: > > # one > # two > # three<div> > > !!header in three > > * first bullet in three > * second bullet in three > * third bullet in three > > A paragraph within three. > > and another paragraph. > > </div> > # four > # five > > see https://tiddlywiki.com/#Lists%20in%20WikiText (scroll to the bottom > for "Paragraphs in Lists") > > -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/9257c567-d807-4d80-8524-e30bf08bde0dn%40googlegroups.com.

