aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2017-10-26Small fix to API guide.John MacFarlane1-2/+2
2017-10-26Finshed API guide. Closes #3289.John MacFarlane1-21/+40
2017-10-26More API documentation.John MacFarlane1-7/+60
2017-10-26More work on using-the-pandoc-api.md.John MacFarlane1-35/+98
2017-10-25More work on using-the-pandoc-api.md.John MacFarlane1-17/+51
2017-10-24Small improvements in using-the-pandoc-api.md.John MacFarlane1-3/+3
2017-10-24More progress on using-the-pandoc-api.md.John MacFarlane1-32/+238
2017-10-24Some work on using-the-pandoc-api.md.John MacFarlane1-13/+42
2017-10-05pandoc.lua: throw better error when pipe command failsAlbert Krewinkel1-0/+6
2017-10-04lua-filters.md: fix link to module documentationAlbert Krewinkel1-1/+1
2017-10-03Added abc.lua example to lua-filters documentation.John MacFarlane1-14/+61
2017-10-01Lua: added 'pipe', which encapsulates Text.Pandoc.Process.pipeProcess.John MacFarlane1-0/+14
2017-10-01Lua: move sha1 from pandoc.mediabag to pandoc.John MacFarlane1-12/+13
2017-09-30Lua: use sha1 instead of hashname.John MacFarlane1-5/+4
2017-09-30Lua: make fetch return mime type first and then content.John MacFarlane1-0/+9
2017-09-30Lua: simply mediabag module.John MacFarlane1-4/+12
2017-09-30Lua: make lua.mediabag.fetch return filename and mime type.John MacFarlane1-1/+3
2017-09-30Merge pull request #3945 from tarleb/lua-mediabagJohn MacFarlane1-0/+77
2017-09-30Provide make target to update lua module docs (#3946)Albert Krewinkel1-45/+48
2017-09-30doc/lua-filters.md: document mediabag submoduleAlbert Krewinkel1-0/+77
2017-09-26Lua filters: set global FORMAT instead of args.John MacFarlane1-0/+4
2017-09-24Document possible return values of lua filter functionsAlbert Krewinkel1-5/+16
2017-09-16Adjusted headings in using-the-pandoc-api.md.John MacFarlane1-6/+35
2017-09-16Removed customizing-pandoc.md from doc/, added filters.md.John MacFarlane3-28/+480
2017-09-16Moved ldoc.ltp from doc to tools.John MacFarlane1-38/+0
2017-08-31lua-filters.md: append docs for pandoc's lua moduleAlbert Krewinkel1-1/+736
2017-08-31Add ldoc template for lua module documentationAlbert Krewinkel1-0/+38
2017-08-30Document fallback functions in lua filtersAlbert Krewinkel1-0/+5
2017-08-21Added introduction and lightly edited rest of lua-filters document.John MacFarlane1-71/+150
2017-08-21doc/lua-filter.md: Add metadata variable replacment exampleAlbert Krewinkel1-0/+58
2017-08-21lua-filters.md: update docs and mention implicit filtersAlbert Krewinkel1-2/+16
2017-08-14Added example of setting date with lua filter.John MacFarlane1-0/+9
2017-06-28Added link-table example to doc/lua-filters.md.John MacFarlane1-0/+37
2017-04-30Document lua filtersAlbert Krewinkel1-0/+109
2017-02-01Added skeletons for docs on customizing pandoc and using pandoc API.John MacFarlane2-0/+46