slakkenhuis / lua-filters

A collection of lua filters for pandoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

travis build status

Lua Filters

This repository collects Lua filters for pandoc.

To learn about Lua filters, see the documentation.

Structure

Each filter goes in its own subdirectory. 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

Requirements

Filters are tested against the latest pandoc version. There is no guarantee that filters will work with older versions, but many do.

Some filters depend on external programs, which must be installed separately. Refer to the filters' README for detailed requirements.

Contributing

PRs for new filters are welcome, provided they conform to these guidelines. Lua code should ideally follow the Olivine Labs Lua style guide.

About

A collection of lua filters for pandoc

License:MIT License


Languages

Language:Lua 59.8%Language:Python 10.3%Language:HTML 9.3%Language:TeX 8.1%Language:Makefile 5.9%Language:Shell 4.0%Language:Roff 2.0%Language:Dockerfile 0.6%