I know it can be done with <> (or so google tells me), and I know CSS can be used too, but I’m afraid my brain is just not able to figure it out. Help?
Within a tiddler, I want to create an outline using hierarchical numbered lists, as follows:
- header
1.1. subheading
1.1.1. subsubheading
1.2 subheading
1.2.1 subsub
1.2.2 subsub again
…
15.3.72.4 the very bottom of the list
How the heck do I do that?
I imagine it’s a class (which I can then apply with @@.hnl or whatever), but I am afraid defining that class is beyond me.
Thanks,
Aidan