Skip to content

jkr/lua-filters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travis build status

lua-filters

This repository collects lua filters for pandoc.

To learn about lua filters, see the documentation.

Each filter goes in its own subdirectory of the filters directory. Each subdirectory contains:

  • the filter itself (e.g. wordcount.lua)
  • a README.md describing the use of the filter
  • a Makefile with a test target to test the filter
  • some data files used for the tests, which may also serve as examples

PRs for new filters are welcome, provided they conform to these guidelines.

About

A collection of lua filters for pandoc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 58.9%
  • TeX 21.4%
  • HTML 10.0%
  • Makefile 8.7%
  • Shell 1.0%