Files
pandoc/data
John MacFarlane ee2f0021f9 Add interface for custom readers written in Lua. (#7671)
New module Text.Pandoc.Readers.Custom, exporting
readCustom [API change].

Users can now do `-f myreader.lua` and pandoc will treat the
script myreader.lua as a custom reader, which parses an input
string to a pandoc AST, using the pandoc module defined for
Lua filters.

A sample custom reader can be found in data/reader.lua.

Closes #7669.
2021-11-05 22:10:29 -07:00
..
2021-05-15 11:04:53 -07:00
2015-07-13 22:46:49 -07:00
2021-02-19 10:18:49 -08:00
2018-11-20 15:42:24 -05:00
2021-11-03 14:58:30 -07:00