pandoc/test/Tests/Readers/Org
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
..
Block hlint code improvements. 2018-01-19 21:25:24 -08:00
Inline hlint code improvements. 2018-01-19 21:25:24 -08:00
Block.hs Break-up org reader test file 2017-12-28 14:15:58 +01:00
Directive.hs hlint code improvements. 2018-01-19 21:25:24 -08:00
Inline.hs hlint code improvements. 2018-01-19 21:25:24 -08:00
Meta.hs Org reader: allow changing emphasis syntax 2018-02-21 22:43:18 +01:00
Shared.hs Break-up org reader test file 2017-12-28 14:15:58 +01:00