-
-
Notifications
You must be signed in to change notification settings - Fork 268
Description
Description
Some aspects of Pandoc’s Markdown fancy lists are also accepted in org input, mimicking the option
org-list-allow-alphabeticalin Emacs. As in Org Mode, enabling this extension allows lowercase and uppercase alphabetical markers for ordered lists to be parsed in addition to arabic ones. Note that for Org, this does not include roman numerals or the # placeholder that are enabled by the extension in Pandoc’s Markdown.
The fancy_lists extension also allows ‘#’ to be used as an ordered list marker in place of a numeral:#. one #. twoNote: the ‘#’ ordered list marker doesn’t work with commonmark.
Benefits
This would allow using roman numerals and alphabets for ordered list bullets, without having to specify type or list-style-type, which is quite common for nested lists.
Solution Idea
Another extension to parse additional bullet types besides numbers.