Comment on StackEdit: A free, open-source Markdown editor based on PageDownparentComments−jstalin12yYes, 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.−Terretta12yIn 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-outlineUse Markdown to make your list's HTML, use CSS to style it.
Comments
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.
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.