summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAge
* Fixed small bug in README generation.John MacFarlane2017-12-30
|
* Generate README.md from template and MANUAL.txt.John MacFarlane2017-12-29
| | | | | `make README.md` will generate the README.md after changes to MANUAL.txt have been made.
* Update tool which generates lua module docsAlbert Krewinkel2017-12-29
| | | | | | All "helper functions" are not part of the Lua code for module pandoc, but are added in Haskell. The respective documentation section must therefore be excluded from automatic regeneration.
* Update lua-filters.md and the tool that generates it.John MacFarlane2017-12-28
|
* lua-filters.md: add documentation for pandoc.ListAlbert Krewinkel2017-12-01
|
* pandoc-template-mode.el: Improve.Vaclav Haisman2017-11-03
| | | | | | | | | Avoid highlighting of "strings" by deriving from `text-mode-syntax-table`. This fixes missing highlighting in default.html5 tag attributes. Define comment starting and ending sequences to allow use of M-q (auto-fill) on comments.
* Support comments in Pandoc templates in Emacs pandoc-template-mode.Vaclav Haisman2017-10-22
|
* 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.
* 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?
* Add simple Emacs mode to help with Pandoc templates editing. (#3889)Václav Haisman2017-09-06
| | | tools/pandoc-template-mode.el
* Makefile: Separate refactor and reformat targets.John MacFarlane2017-03-04
| | | | Removed tools/refactor.sh.
* Added 'make refactor' using hlint, stylish-haskell.John MacFarlane2017-03-04
|
* Moved extract-changes.hs and github-upload.sh to tools/.John MacFarlane2017-01-25