lua-filters
lua-filters copied to clipboard
A collection of lua filters for pandoc
(Don't know if this is the right place to talk about this...) Theres's a few filters which allow you to make charts and graphs ... mermaid, graphviz etc, but they...
In order to facilitate an eventual inclusion of code as commented in PR #126 I modified my fork and created distincts PR. This one includes a modification of the `include-files`...
I think the `include-auto` has been forgotten in the creation of the `expected-auto.native` file.
Lua filters deserve **BETTER MARKETING.** Currently. Lua filters look more like [an afterthought at the bottom of the Extras page](https://pandoc.org/extras.html). When one eventually lands on [this `README.md`](https://github.com/pandoc/lua-filters/), it becomes a...
I've been using https://pandoc.org/lua-filters.html#pandoc.table as a guide to calling `pandoc.Table`. But in the latest release (2.10), that interface is different. The two should match. It would be very helpful if...
Hi. I'm trying to use scholarly-metadata.lua. _Inter alia_, I have the following in my defaults.yaml: ``` --- metadata: ## General keywords: 'PANELFIT, GDPR, code of conduct' ## Citations and Citeproc...
https://mermaid-js.github.io/mermaid/#/ There is a cli app https://github.com/mermaid-js/mermaid-cli available. You just need to npm install `@mermaid-js/mermaid-cli` and run it using `npx`. As an example, to process all the files once extracted:...
When I open up a filter folder, it takes a bit for my eye to find the filter itself. I think it might be off-putting for users pointed from pandoc-discuss...
`pandoc-zotxt.lua` looks up sources of citations in Zotero and adds them either to a document's references metadata field or to a bibliography file.
When there is a footnote in a figure's (long) caption, adding a short-caption to the figure breaks the footnote (the footnote text vanishes).