pandoc/test/Tests/Readers
Albert Krewinkel 00d20ccd09
Org reader: allow changing emphasis syntax
The characters allowed before and after emphasis can be configured via
`#+pandoc-emphasis-pre` and `#+pandoc-emphasis-post`, respectively. This
allows to change which strings are recognized as emphasized text on a
per-document or even per-paragraph basis. The allowed characters must be
given as (Haskell) string.

    #+pandoc-emphasis-pre: "-\t ('\"{"
    #+pandoc-emphasis-post: "-\t\n .,:!?;'\")}["

If the argument cannot be read as a string, the default value is
restored.

Closes: #4378
2018-02-21 22:43:18 +01:00
..
Org Org reader: allow changing emphasis syntax 2018-02-21 22:43:18 +01:00
Creole.hs hlint code improvements. 2018-01-19 21:25:24 -08:00
Docx.hs Docx reader: Pick table width from the longest row or header 2018-02-15 15:06:01 -05:00
EPUB.hs hlint code improvements. 2018-01-19 21:25:24 -08:00
HTML.hs Automatic reformating by stylish-haskell. 2017-10-27 20:28:29 -07:00
JATS.hs Improve support for code language in JATS 2017-12-22 15:24:54 +13:00
LaTeX.hs Added tests of latex tokenizer. 2017-12-15 10:13:43 -08:00
Markdown.hs Markdown reader: Improved inlinesInBalancedBrackets. 2018-01-14 12:24:21 -08:00
Muse.hs Muse reader: prioritize lists with roman numerals over alphabetical lists 2018-02-16 12:53:41 +03:00
Odt.hs Automatic reformating by stylish-haskell. 2017-10-27 20:28:29 -07:00
Org.hs Break-up org reader test file 2017-12-28 14:15:58 +01:00
RST.hs hlint code improvements. 2018-01-19 21:25:24 -08:00
Txt2Tags.hs Move manyUntil to Text.Pandoc.Parsing and use it in Txt2Tags reader 2018-02-19 19:23:30 +03:00