There is a alternative syntax available that some may find useful.
Created tiddler
<style>
.myBullets li {list-style-type: decimal; }
.myBullets li li {list-style-type: lower-alpha; }
.myBullets li li li {list-style-type: lower-roman; }
.myBullets li li li li {list-style-type: circle; }
</style>
Then in whichever tiddler you want to use this style use @@ syntax.
! With Style
@@.myBullets
# one
## two
### three
@@
! Without style
# one
## two
### three
[image: Screen Shot 2020-09-02 at 15.59.33.png]
--
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/a1c45796-06e5-4f5a-a656-754bd238ea06o%40googlegroups.com.