Just two days ago I was facing this problem

# item 1
# item 2 
```
code
```
# item 3

I was wondering how to make it work in TW.

In some flavors of Markdown intending the code line does the trick and the 
numbering continues from the previous number.
In AsciiDoc, you can tell the markup to continue the counting.

Your `div` trick solve the issue.

# item 1
# item 2 <div>

```
code
```
</div>
# item 3


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5e895b8f-4782-424d-bd1e-bd43852171d9o%40googlegroups.com.

Reply via email to