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.luaDemo
This uses the list table filter (copied as File:list-table.lua):
list-table.lua
| row 1, column 1 | row 1, column 2 | row 1, column 3 |
|---|---|---|
| row 2, column 1 | row 2, column 3 | |
| row 3, column 1 | row 3, column 2 | Well! |