-
Although it did work in the past, it turns out that the Mermaid filter test no longer runs on macOS in GitHub Actions. The issue has to do with Puppeteer failing to launch Chrome correctly:
```
…
-
Simple repro:
`pandoc -f markdown -t docx -o test.docx --filter=pandoc-docx-pagebreakpy README.md`
Outputs Page Break
`pandoc -f markdown -t html -o - --filter=pandoc-docx-pagebreakpy README.…
-
I have found this great project and trying so set it up.
But when building the example document (by running `make` in the *example* directory) I get a warning, telling `Deprecated: pandoc-citeproc f…
-
I would like to integrate rsyntaxtree with pandoc, ideally as a pandoc-filter. Then it would be possible to write bracketed code in a markdown document and have syntactic trees inserted in your paper.…
-
I know that Issue #1 seems very similar to this, however I have followed the solution there and it does not work for me.
## Problem
When trying to use pandoc-include like ` pandoc .\Book.md --filt…
-
As seen on the Stackage build server:
```
/var/stackage/work/unpack-dir/unpacked/pandoc-markdown-ghci-filter-0.1.0.$
-67b9b583b034c07d3139fc0bac9b6e3e29841d73755803d2c103d979b484b2ce/src/Code…
-
I'm working on a semester paper and will need to use cross references for different diagrams. Aside from pandoc-fignos, which works ok given Markdown's syntax for images, none of the other filters are…
-
Hello,
Thanks for this wonderful filter.
I was trying to create a slide show with Beamer using the pandoc-ling filter. However, I discovered that when using the filter, [Beamer frame attributes]…
-
This is a very useful tool to complement pandoc. Thanks for your work. However, it does not work with the filter interface in pandoc, do you think you could update it so it can be run with: pandoc -F …
-
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),
{ Head…