Skip to content

PlushBeaver/pandoc-table-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandoc Tables Lua Filter

This filter converts YAML from table code blocks into tables. See example.

Usage (basic):

pandoc --lua-filter table.lua example.md -o example.html

Usage (with pandoc-crossref):

pandoc --standalone --lua-filter table.lua --filter pandoc-crossref example.md -o example.html

Features:

  • Vertical and horizontal tables.
  • Reusable templates for multiple tables of the same structure.

TODO:

License: MIT

About

Pandoc filter to generate tables from YAML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published