lua-filters
lua-filters copied to clipboard
A collection of lua filters for pandoc
While playing with revealjs-codeblock plugin i figured that it does not honor the line numbering attribute from pandoc `startFrom=10` . I could add that with my very limited lua abilities...
Hello, Is there an example for using a lua filter for making the footnotes in a .md file be present in the output of a ICML file?
This adresses #114 . Its first pull request I have ever made, so hopefully I did not messed anything up. I know it is a whole bunch of files, which...
Hi, thank you so much for your beautiful works. They are really useful and nice. However, I found a problem in `author-info-blocks.lua`. That problem is, as mentioned in [this Stack...
This PR requires a `Figure` constructor in pandoc's AST. The code for a pandoc fork that has such constructor can be found [here](https://github.com/argent0/pandoc/tree/figures-gsoc-constructor-keep-behavior). # Details This filter provides two syntaxs...
The first-line-indent filter crashed when the original document had header-includes already. This is now fixed, tested for all types of header-includes (MetaInlines, MetaBlocks and MetaList).
This filter prevents the indentation of Para objects wrapped in a Div with class `.complex-paragraph` (except the first one). It is useful, for example, when a paragraph contains a quotation.
- Including/excluding on different output formats. - Variable substitution in include paths. - Raw includes. - Fail on missing includes. - Documentation. - Tests. @tarleb @lmunch Could somebody quickly review...
- Replacing of `${namespace:var}` in code blocks with values from the environment or from the meta data block. This is very useful in conjunction with the `include-files.lua` filter. :-) #...