lua-filters
lua-filters copied to clipboard
A collection of lua filters for pandoc
One drawback of the current structure is that people submit code here but then don't monitor the repository, and issues are neglected. Perhaps it would be better to make this...
Hi, I am getting this error when rendering the filters (scholarly-metadata and author-info-blocks) that previously worked. scholarly-metadata.lua:95: not a named object: List: 0x7fc1a771ecf0 stack traceback: ...d /scholarly-metadata.lua:95: in function 'to_named_object'...
Examples of the proper use of the lilypond filter could be deduced from the test files and the Makefile, but not all users would know to look there. The README...
Mermaid EDIT: this PR is based on #181 and adds a couple of fixes to be able to use `mermaid-cli` inside a container (and fix the docker tests). To use...
Is someone working on a Lua filter to convert md to bootstrap? I thought of something like this: https://github.com/fxpar/Pandoc-Lua-Markdown-Bootstrap
### Mermaid To use Mermaid, you must install mermaid-cli itself. See the [mermaid-cli website](https://github.com/mermaid-js/mermaid-cli) for more details. This filter assumes that the `mmdc` command is located in the path and...
Hi, I am working (very slowly) on two filters... How to "pre-push" them while they are unfinished, so that people who want to participate can, but without putting a stain...
It's based on the use of simple Pandoc fenced divs, their class names and some arguments. This filter extends what is already available for HTML output, gives the same features...
All relative paths are processed relatively to the working directory. Relative path in a document (main source file) are obviously relative to the directory of this document. So the filter...
Dear Folks, I would like to contribute a new Lua filter to the community that is available here: https://github.com/nandac/fonts-and-alignment This filter currently only works for LaTeX documents, but I will...