pandoc/test/Tests
Albert Krewinkel 7a09b7b21d
Org reader: fix smart parsing behavior
Parsing of smart quotes and special characters can either be enabled via
the `smart` language extension or the `'` and `-` export options. Smart
parsing is active if either the extension or export option is enabled.
Only smart parsing of special characters (like ellipses and en and em
dashes) is enabled by default, while smart quotes are disabled.

This means that all smart parsing features will be enabled by adding the
`smart` language extension. Fine-grained control is possible by leaving
the language extension disabled. In that case, smart parsing is
controlled via the aforementioned export OPTIONS only.

Previously, all smart parsing was disabled unless the language extension
was enabled.
2017-05-18 23:25:11 +02:00
..
Readers Org reader: fix smart parsing behavior 2017-05-18 23:25:11 +02:00
Writers Muse writer: Indent tables with one space (#3649) 2017-05-07 21:41:38 +02:00
Command.hs Command tests: just findPandoc once. 2017-03-14 23:39:28 +01:00
Helpers.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00
Lua.hs Use fewer quickcheck tests for lua tests, to speed things up. 2017-05-07 11:45:06 +02:00
Old.hs Added JATS writer. 2017-03-30 01:16:34 +02:00
Shared.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00