Hacker News new | ask | show | jobs
by jstalin 4632 days ago
Yes, that would be nice if it parsed correctly. I need ordered lists that have capital letters, capital roman numerals, lowercase letters, numbers, and lowercase roman numerals.
1 comments

In all legal documents we work with, "legal numbering" is like 1.2.1.3. Here's CSS for that:

http://lane.net.nz/blog/dave/creating-legal-list-numbering-o...

For your Digits, Roman Numerals, and Alpha numbering (mixed symbols), here's CSS for that:

http://css.wikidot.com/cssnippet:easy-outline

Use Markdown to make your list's HTML, use CSS to style it.