Pandoc Lua Filters

WARNING: This is an 🧪 experimental 🧪 feature and may change in future. It is being made available so users can try it out and give feedback to the author.

To enable a Pandoc Lua filter for a particular Markdown file, put that filter in your notebook and add the following to the Markdown file’s YAML frontmatter:

pandoc:
  filters:
    - path/to/your.lua
Limitations

See here for known limitations.

Demo

This uses the list table filter (copied as File:list-table.lua):

list-table.lua

row 1, column 1row 1, column 2row 1, column 3
row 2, column 1row 2, column 3
row 3, column 1row 3, column 2Well!
Links to this page