From: Gerry L. <gjl...@gm...> - 2010-09-24 01:57:58
|
Greetings- I've created an extension that recognizes and will generate markup for letter marked or Roman numeral marked ordered lists. It requires CSS settings for the list types such as: ol.upper-alpha { list-style-type: upper-alpha; } ol.lower-roman { list-style-type: lower-roman; } and so forth. It recognizes upper and lower case letters as well as upper and lower case Roman numerals for the list markers. The extension generates the normal markup for the standard numeric marked ordered lists. I've created a [repository][1] on gitorious. Feel free to use it or modify it as you will. [1]: [http://gitorious.org/markdown-typed_olist Regards- Gerry LaMontagne |