lua-filters
lua-filters copied to clipboard
A collection of lua filters for pandoc
should work with listings and list of listings also
I just discovered `lilypond.lua` and it might be what I was looking for. However, I had some trouble getting it to work. The following works well: ``` --- lilypond: relativize:...
im trying to render an R Markdown document using the `short-captions.lua` Lua filter. the render is using `bookdown` references and is using the `pandoc` version that comes with RStudio. THE...
I've tried my hand on it, but couldn't make it work. Should be very similar to the functionality already offered by the filter. Calling convert works like this: ```magick convert...
… well as the relative paths for Image and CodeBlock. Fixes #269
If I `pandoc` with the `include-files` filter a document in a subdirectory of the root `./sub/a.md` that includes a relative file path, say ````markdown ```include subsub/b.md ``` ```` where `b.md`...
If anyone else is like me and is trying to use [short-captions](https://github.com/pandoc/lua-filters/tree/master/short-captions) with pandoc 3.0+, you'll notice it doesn't work because pandoc Lua has been updated to use Figures. jpcirrus...
Lately, compiling pandoc markdown files with lilypond filter produces correctly compiled notation, but even single lines of music are followed by blank space in the image that fills the rest...
Using the `author-info-blocks` in a beamer presentation puts the affiliation and correspondence of the authors after the TOC. They should be before or even better in the title slide. Here...
Hi there, I used scholarly-metadata.lua and author-info-blocks.lua to render a HTML, but the author names are missing. And "Authors" and "Affiliations" are empty, how can I fix this? Thanks a...