Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-16 | Moved ldoc.ltp from doc to tools. | John MacFarlane | 1 | -38/+0 | |
doc should be reserved for actual documents, I think. @tarleb - will this cause a problem? | |||||
2017-08-31 | lua-filters.md: append docs for pandoc's lua module | Albert Krewinkel | 1 | -1/+736 | |
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 | |||||
2017-08-31 | Add ldoc template for lua module documentation | Albert Krewinkel | 1 | -0/+38 | |
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. | |||||
2017-08-30 | Document fallback functions in lua filters | Albert Krewinkel | 1 | -0/+5 | |
2017-08-21 | Added introduction and lightly edited rest of lua-filters document. | John MacFarlane | 1 | -71/+150 | |
See #3608. | |||||
2017-08-21 | doc/lua-filter.md: Add metadata variable replacment example | Albert Krewinkel | 1 | -0/+58 | |
2017-08-21 | lua-filters.md: update docs and mention implicit filters | Albert Krewinkel | 1 | -2/+16 | |
2017-08-14 | Added example of setting date with lua filter. | John MacFarlane | 1 | -0/+9 | |
2017-06-28 | Added link-table example to doc/lua-filters.md. | John MacFarlane | 1 | -0/+37 | |
2017-04-30 | Document lua filters | Albert Krewinkel | 1 | -0/+109 | |
2017-02-01 | Added skeletons for docs on customizing pandoc and using pandoc API. | John MacFarlane | 2 | -0/+46 | |
See #3289 and #3288. |