-
I searched CriticMarkup and found something here and there for example at #2374 and #2814.
I didn't read through everything but the main difficulty seems to be related to the pandoc AST.
I created a…
ickc updated
8 months ago
-
I'm using this with the following filter:
```py
#!/usr/bin/env python
''' A pandoc filter that has the LaTeX writer use minted for typesetting code.
Usage:
pandoc --filter ./minted.py -o …
-
After a successful install via `cabal install pandoc-csv2table`, the following happens (missing PATH?):
```
$ pandoc --filter pandoc-csv2table table.md -o table.pdf
Error running filter pandoc-cs…
-
I'm trying to get a pandoc filter (for rendering tikz to png) to work with the preview, but it doesn't appear to be working
I've tested the filter using a command of the form
```bash
pandoc test.md…
-
From the instructor training and also from discussions with trainers on Slack and elsewhere, it seems to be relatively common to use some amount of slides to accompany a Carpentries workshop. This is …
-
Hello,
First thank for your work.
I try to use this project but when I try to run project on example make failled:
````
➜ make ARTICLE=example/paper.md
INARA_ARTIFACTS_PATH=publishing-artifac…
-
When you type in the search bar, you get a list of suggestions as you type. However, exact matches are sometimes drowned out by non-exact matches. Borrowing the example from #865:
When type "pandoc…
-
Callouts are nice feature supported by [quartz](https://quartz.jzhao.xyz/features/callouts) (and github) that turns
```
> [!NOTE]
> Highlights information that users should take into account, e…
-
This is a small feature request: I think it would be very useful if Pandoc's [`--lua-filter` argument](https://pandoc.org/MANUAL.html#option--lua-filter) directly supported URLs pointing to `.lua` fil…
-
Problem:
Currently, if a lua-filter (say `wordcount.lua`) is at `$DATADIR/filters/wordcount.lua`, things work fine. But if it is in `$DATADIR/filters/wordcount/wordcount.lua`, then the `pandoc` comma…