Skip to content

Support Pandoc fancy-lists #2418

@SuibianP

Description

@SuibianP

Description

Some aspects of Pandoc’s Markdown fancy lists are also accepted in org input, mimicking the option org-list-allow-alphabetical in 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
#. two

Note: 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P: maybePending approval of low priority request.S: triageIssue needs triage.T: featureFeature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions