pandoc/test/Tests/Readers
Lucas Viana fb91a91615 Org reader: support alphabetical (fancy) lists
This adds support for alphabetical lists in org by enabling the
extension Ext_fancy_lists, mimicking the behaviour of Org Mode when
org-list-allow-alphabetical is enabled.

Enabling Ext_fancy_lists will also make Pandoc differentiate between the
delimiters of ordered lists (periods or closing parentheses). Org does
this differentiation by default when exporting to some formats (e.g.
plain text) but does not in others (e.g. html and latex), so I decided
to copy Pandoc's markdown reader behaviour.
2022-01-09 09:39:27 -08:00
..
Org Org reader: support alphabetical (fancy) lists 2022-01-09 09:39:27 -08:00
Creole.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00
Docx.hs Docx reader: fix handling of empty fields 2021-10-18 19:15:40 -07:00
DokuWiki.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
EPUB.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00
FB2.hs Add RTF reader. 2021-08-10 10:48:55 -07:00
HTML.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00
JATS.hs Add new unexported module T.P.XMLParser. 2021-02-10 22:04:11 -08:00
Jira.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00
LaTeX.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00
Man.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00
Markdown.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00
Muse.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
Odt.hs Odt: Add list-header 2022-01-02 15:05:09 -08:00
Org.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00
RST.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00
RTF.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00
Txt2Tags.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00