pandoc/test/Tests
Albert Krewinkel ae21a8bb2a
Lua filter: fall-back to global filters when none is returned
The implicitly defined global filter (i.e. all element filtering
functions defined in the global lua environment) is used if no filter is
returned from a lua script. This allows to just write top-level
functions in order to define a lua filter. E.g

    function Emph(elem) return pandoc.Strong(elem.content) end
2017-04-30 17:06:54 +02:00
..
Readers Org reader: allow multi-word arguments to src block params 2017-04-23 13:58:16 +02: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 filter: fall-back to global filters when none is returned 2017-04-30 17:06:54 +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