-
All float (Figures, Tables, etc) emitted before Pandoc should emit the same markdown AST.
- [ ] Jupyter
- [ ] Knitr
- [x] OJS
- [x] mermaid
- [x] dot
Let's start with writing tests the gener…
-
Hi !
I installed mermaid-cli: `npm install mermaid.cli`
I set the variable `MERMAID_BIN='~/node_modules/.bin/mmdc'`
I installed pandoc-mermaid-filter : `pip install pandoc-mermaid-filter --user`
…
-
Hi everyone,
When rendering a Quarto project with a new version of Python3 I can no longer use a Panflute filter which had worked with Python 3.9. The issue seems to be with the "api version" used…
-
Hi, thank you for the post [https://leolabs.org/blog/thesis-in-markdown](https://leolabs.org/blog/thesis-in-markdown) detailing how you use Ulysses and pandoc to produce your thesis from Markdown.
…
-
I have managed to generate quite acceptable PDF output from MGL-PAX documentation by feeding its Markdown output to Pandoc with a Lua filter that I wrote. In particular, the filter rewrites the links …
-
I'm trying the template for the first time. I followed the instructions for manual build and got all the required tools. Here's my error message (running `make` on an unmodified template):
```
$ m…
-
I've been thinking a bit about this issue and found two other possible alternatives:
1. Wrap the environments with divs instead, and then apply a filter to the divs (which is cleaner/easier than with …
-
All I get is this when running `pandoc` with this filter on.
```
Traceback (most recent call last):
File "/home/tan/.local/bin/pandoc-latex-extensions", line 5, in
from pandoclatexextensi…
-
### Expected Behavior
Using the ***non-dockerized*** version of *pandoc-resume*. Previously, prior to the docker version, I never had an issue.
### Actual Behavior
When doing a make, it seems th…
-
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 …