pandoc/test/Tests
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
..
Readers Org reader: allow changing emphasis syntax 2018-02-21 22:43:18 +01:00
Writers Powerpoint writer tests: Test everything with template as well 2018-02-19 20:04:39 -05:00
Command.hs hlint code improvements. 2018-01-19 21:25:24 -08:00
Helpers.hs Switched Writer types to use Text. 2017-06-11 00:46:31 +02:00
Lua.hs data/pandoc.lua: add attr, listAttributes accessors 2018-01-13 23:24:13 +01:00
Old.hs Added tests for custom writer. 2017-12-27 09:15:45 -08:00
Shared.hs hlint code improvements. 2018-01-19 21:25:24 -08:00