summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* Merge pull request #3945 from tarleb/lua-mediabagJohn MacFarlane2017-09-30
|\ | | | | Lua mediabag module
| * doc/lua-filters.md: document mediabag submoduleAlbert Krewinkel2017-09-30
| |
* | Provide make target to update lua module docs (#3946)Albert Krewinkel2017-09-30
|/ | | | | The pandoc module documentation in doc/lua-filters.md was automatically generated from `data/pandoc.lua`. A make target is provided which uses a lua filter to update the documentation.
* Lua filters: set global FORMAT instead of args.John MacFarlane2017-09-26
| | | | This changes the type of runLuaFilter.
* Document possible return values of lua filter functionsAlbert Krewinkel2017-09-24
| | | | This is mostly copy'n'pasted from the pandocfilters documentation.
* Adjusted headings in using-the-pandoc-api.md.John MacFarlane2017-09-16
|
* Removed customizing-pandoc.md from doc/, added filters.md.John MacFarlane2017-09-16
| | | | | filters.md is essentially the scripting tutorial from the webiste.
* Moved ldoc.ltp from doc to tools.John MacFarlane2017-09-16
| | | | | | doc should be reserved for actual documents, I think. @tarleb - will this cause a problem?
* lua-filters.md: append docs for pandoc's lua moduleAlbert Krewinkel2017-08-31
| | | | | | | | | | The documentation was generated from `data/pandoc.lua` using the following command: ldoc -l doc -d /tmp data/pandoc.lua; pandoc -t markdown --columns=65 \ --atx-headers /tmp/index.html >> \ doc/lua-filters.md
* Add ldoc template for lua module documentationAlbert Krewinkel2017-08-31
| | | | | The template can be used instead of the default template by calling ldoc with the `-l doc` option, where *doc* is the directory of the template.
* Document fallback functions in lua filtersAlbert Krewinkel2017-08-30
|
* Added introduction and lightly edited rest of lua-filters document.John MacFarlane2017-08-21
| | | | See #3608.
* doc/lua-filter.md: Add metadata variable replacment exampleAlbert Krewinkel2017-08-21
|
* lua-filters.md: update docs and mention implicit filtersAlbert Krewinkel2017-08-21
|
* Added example of setting date with lua filter.John MacFarlane2017-08-14
|
* Added link-table example to doc/lua-filters.md.John MacFarlane2017-06-28
|
* Document lua filtersAlbert Krewinkel2017-04-30
|
* Added skeletons for docs on customizing pandoc and using pandoc API.John MacFarlane2017-02-01
See #3289 and #3288.