Skip to content

Various filters in Lua and Tcl for the Pandoc document processor

License

Notifications You must be signed in to change notification settings

mittelmark/pandoc-filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pandoc-filters

Various filters in Lua and Tcl for the Pandoc document processor

The following filters are provided:

Other filter links

Installation

Download the filters from: https://github.com/mittelmark/pandoc-filters/archive/refs/heads/main.zip and place them on your harddisk. If you process your document you specify the filters like this:

pandoc input.md -o output.html --lua-filter /path/to/filter-python.py -s 

Alternatively you can place the files into your pandoc user directory which you can find out by writing pandoc -v in your terminal. If you place your Lua files into this folder you can use the Lua filters without using the file path like this:

pandoc input.md -o output.html --lua-filter filter-code-title.lua -s

About

Various filters in Lua and Tcl for the Pandoc document processor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published