List weirdness
Andy Fragen
lists at thefragens.com
Fri Mar 26 23:58:09 EST 2004
*This message was transferred with a trial version of CommuniGate(tm) Pro*
Jason,
You are, of course, correct. I just kind of discovered this by accident
and haven't gone through the pages of the site to correct it for imbedded
<ol> lists. ;-)
--
Andy Fragen
On Fri, Mar 26, 2004, Jason Clark said:
>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.
More information about the Markdown-discuss
mailing list