-
There is no option to specify using filters (for example (https://github.com/tomduck/pandoc-fignos)(https://github.com/tomduck/pandoc-fignos)).
Adding filters to the pandoc-config.json works, but thi…
JO0st updated
5 years ago
-
As specified [here](https://pandoc.org/releases.html#pandoc-2.11-2020-10-11), since the 2.11 version of pandoc, "it is no longer necessary to use the external pandoc-citeproc filter. --citeproc behave…
-
_Problem:_
MkDocs only shows resized pictures if they are written in html tags. The pandoc conversion from markdown to pdf will simply cut out all html inliners since the extension raw_html would be …
ghost updated
8 years ago
-
This is a great filter, thank you! I saw in the docs for the [pandoc-include-code](https://github.com/owickstrom/pandoc-include-code#snippets) filter you've cited for inspiration that they have a snip…
-
I'm using [Rmarkdown to create html reports](https://github.com/opensafely/comparative-ve-research/blob/748cb52e55cd7347ae6f90ee16c9cd4403e178a7/analysis/report/draft-manuscript.Rmd). These include ci…
-
I installed pandoc-xnos on Mac OS (10.15.6) using `pip3 install pandoc-fignos pandoc-eqnos pandoc-tablenos pandoc-secnos`, but when I try to run pandoc with `--filter pandoc-xnos` I get an error:
`…
-
When running pandoc with the `pandoc-manubot-cite` filter, I get the following error message. However, the pandoc conversion is sucessful and identifiers are all converted properly. (I am trying to ru…
-
Note that that can be done with pandoc:
```bash
pandoc manuscript.tex --biblatex --bibliography=main.bib -o manuscript.docx --citeproc --filter=pandoc-crossref --csl=/path/to/stylefile
```
You…
-
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 PROBLEM…
-
What would it take to create an arm64 executable of this filter? IE something that will run on apple silicon? I am a haskell novice and can't seem to get a handle on this question.
Backstory: I was…