pandoc/test/Tests
Albert Krewinkel e7eb21ecca
Lua module: add readers submodule
Plain text readers are exposed to lua scripts via the `pandoc.reader`
submodule, which is further subdivided by format.  Converting e.g. a
markdown string into a pandoc document is possible from within lua:

    doc = pandoc.reader.markdown.read_doc("Hello, World!")

A `read_block` convenience function is provided for all formats,
although it will still parse the whole string but return only the first
block as the result.

Custom reader options are not supported yet, default options are used
for all parsing operations.
2017-04-02 17:28:07 +02:00
..
Readers Got rid of distracting warning in test output. 2017-03-14 21:06:14 +01:00
Writers Removed unneeded import. 2017-03-14 21:30:15 +01: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 Lua module: add readers submodule 2017-04-02 17:28:07 +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