On Friday, April 29, 2016 at 12:05:56 PM UTC-7, Scott Simmons (Secret-HQ)
wrote:
>
> Hmmm. Does TW5 no longer support nested ordered lists, like TWC did?
>
> For example, this:
>
> #first item
> ##second item
> ###third item
>
> ... renders in TWC as:
>
> 1. first item
> a. second item
> i. third item
>
> ... but renders in TW5 as:
>
> 1. first item
> 1. second item
> 1. third item
>
> Is that an unimplemented feature, or did it cause problems with the new
> core maybe?
>
Nested ordered lists DO work. The standard HTML default style for OL is to
use decimal numbers at all levels.
However, in TiddlyWiki Classic, the StyleSheetLayout shadow tiddler defined
the styles for ordered list this way:
ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}
For TW5, paste the above into a tiddler tagged with $:/tags/Stylesheet, and
you should then get the bullet styles you expect.
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/0defdf3f-e121-4596-b4e6-e5d07262e2e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.