aboutsummaryrefslogtreecommitdiff
path: root/doc/lua-filters.md
AgeCommit message (Expand)Author
2017-10-05pandoc.lua: throw better error when pipe command failsAlbert Krewinkel
2017-10-04lua-filters.md: fix link to module documentationAlbert Krewinkel
2017-10-03Added abc.lua example to lua-filters documentation.John MacFarlane
2017-10-01Lua: added 'pipe', which encapsulates Text.Pandoc.Process.pipeProcess.John MacFarlane
2017-10-01Lua: move sha1 from pandoc.mediabag to pandoc.John MacFarlane
2017-09-30Lua: use sha1 instead of hashname.John MacFarlane
2017-09-30Lua: make fetch return mime type first and then content.John MacFarlane
2017-09-30Lua: simply mediabag module.John MacFarlane
2017-09-30Lua: make lua.mediabag.fetch return filename and mime type.John MacFarlane
2017-09-30Merge pull request #3945 from tarleb/lua-mediabagJohn MacFarlane
2017-09-30Provide make target to update lua module docs (#3946)Albert Krewinkel
2017-09-30doc/lua-filters.md: document mediabag submoduleAlbert Krewinkel
2017-09-26Lua filters: set global FORMAT instead of args.John MacFarlane
2017-09-24Document possible return values of lua filter functionsAlbert Krewinkel
2017-08-31lua-filters.md: append docs for pandoc's lua moduleAlbert Krewinkel
2017-08-30Document fallback functions in lua filtersAlbert Krewinkel
2017-08-21Added introduction and lightly edited rest of lua-filters document.John MacFarlane
2017-08-21doc/lua-filter.md: Add metadata variable replacment exampleAlbert Krewinkel
2017-08-21lua-filters.md: update docs and mention implicit filtersAlbert Krewinkel
2017-08-14Added example of setting date with lua filter.John MacFarlane
2017-06-28Added link-table example to doc/lua-filters.md.John MacFarlane
2017-04-30Document lua filtersAlbert Krewinkel