List weirdness

Jason Clark jason at jclark.org
Fri Mar 26 21:28:21 EST 2004


On Mar 26, 2004, at 9:14 PM, Andy Fragen wrote:

>
> Which is great. Coupled with a the following CSS I get order alpha 
> sublist.
>
> ol ul li { list-style-type: lower-alpha; }
>
> Cool.

Very cool.  I think that this should work the same way:

1. line1
2. line2
     1. sub1
     2. sub2
3. line3

plus this css:
     ol li li { list-style-type: lower-alpha; }

should produce the same results as your example.  While using the 
markdown <ul> syntax is quicker to type, the resulting xhtml is less 
semantically accurate, since the goal is an ordered list.  This, of 
course, assume you care about sematic markup :-)   Me, I'm always up 
for some antics.

Jason Clark <jason at jclark.org>
http://jclark.org/weblog/



More information about the Markdown-discuss mailing list