lua-filters
lua-filters copied to clipboard
A collection of lua filters for pandoc
Hi, I am using minted to highlight yaml in my document, and apparently this gives a hard time to pandoc. In particular, I get an error at this line of...
Useful to place something between the end of text and the bibliography when using citeproc. The filter places any citeproc generated bibliography Div (and its immediately preceding Header, if any)...
Hi, I'm trying to use the [lilypond](https://github.com/pandoc/lua-filters/blob/master/lilypond/lilypond.lua) filter to try to convert lilypond code inside a `.md` file into embedded images. I'm tryind to test it with a simple example,...
The filter multiple-bibliographies crashes if a `bibliography` or `bibliography_topic` field in the metadata contains a list of filenames instead of a single filename. Versions: ``` pandoc 2.11.4 Compiled with pandoc-types...
Hi, I was wondering if there is a way to get the HTML output of a markdown file I am converting while using the wordcount.lua filter. Right now I find...
Hello mr. Tarleb, with your help, I have finished writing and testing filter that introduces non-breakable space before or after specific strings. If I would prepare informative `README.md` and add...
I wanted to make PR to add functionality to run additional filter after the recursive transclusion. ```lua -- recursive transclusion contents = pandoc.walk_block( pandoc.Div(contents), { Header = update_last_level, CodeBlock =...
I am getting a strange result when I generate svg/png from tikz in markdown document. I have this in my markdown: ```{.tikz additionalPackages="\usepackage{tikz-qtree} \usepackage{mathtools}"} \Tree [ .A {A and B}...
Consider the following document: ```markdown --- header-includes: - \usepackage[outputdir=/tmp/pandoc]{minted} --- # Hello world ## foo ~~~~~~~ foo bar ~~~~~~~ ------ ~~~~~~~ baz goo ~~~~~~~ ``` When compiled to beamer pdf...
This pull request helps address the problem of not knowing what's in each filter's folder in case the filter title isn't descriptive enough.