pandoc/test/Tests/Readers
OCzarnecki e37cf4484d
Multimarkdown sub- and superscripts (#5512) (#7188)
Added an extension `short_subsuperscripts` which modifies the behavior
of `subscript` and `superscript`, allowing subscripts or superscripts containing only
alphanumerics to end with a space character (eg. `x^2 = 4` or `H~2 is
combustible`).  This improves support for multimarkdown. Closes #5512.

Add `Ext_short_subsuperscripts` constructor to `Extension` [API change].
This is enabled by default for `markdown_mmd`.
2021-08-15 21:57:57 -07:00
..
Org Org reader: fix bug in org-ref citation parsing. 2021-02-18 21:59:18 +01:00
Creole.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
Docx.hs Docx reader: Support new table features. 2021-05-28 20:15:23 +02:00
DokuWiki.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
EPUB.hs Reduce size of cover image in test epub. 2021-05-29 11:48:52 -07:00
FB2.hs Add RTF reader. 2021-08-10 10:48:55 -07:00
HTML.hs Recognize data-external when reading HTML img tags (#7429) 2021-07-06 16:06:29 -07:00
JATS.hs Add new unexported module T.P.XMLParser. 2021-02-10 22:04:11 -08:00
Jira.hs Jira: add support for "smart" links 2021-05-25 16:54:42 +02:00
LaTeX.hs Remove superfluous imports. 2021-02-28 22:57:36 -08:00
Man.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
Markdown.hs Multimarkdown sub- and superscripts (#5512) (#7188) 2021-08-15 21:57:57 -07:00
Muse.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
Odt.hs Treat tabs as spaces in ODT Reader. (#7185) 2021-03-31 16:44:34 -07:00
Org.hs Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
RST.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
RTF.hs Tests.Helpers: export testGolden and use it in RTF reader. 2021-08-10 22:07:48 -07:00
Txt2Tags.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00