pandoc/test/Tests/Readers
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
..
Docx.hs Got rid of distracting warning in test output. 2017-03-14 21:06:14 +01:00
EPUB.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00
HTML.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00
LaTeX.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00
Markdown.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00
Odt.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00
Org.hs Org reader: fix smart parsing behavior 2017-05-18 23:25:11 +02:00
RST.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00
Txt2Tags.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00