-
Hi, I'm trying to use this to generate a PDF containing our mermaid diagrams. Unfortunately when I run the command
```bash
sudo docker run -ti --rm -u `id -u $USER` --cap-add=SYS_ADMIN -v $PWD:/u \
…
-
After installing with
```
git clone https://github.com/w7cook/AoPL.git
cabal install pandoc
cabal install pandoc-citeproc
````
When I do `make`
I get the following output :
```
cat a…
-
### Bug description
** THIS MIGHT BE RELATED TO ISSUE:** https://github.com/quarto-dev/quarto-cli/issues/909#issue-1238560733
When attempting to preview or render a QMD file with a PDF format o…
-
Is there a way to remove the caption from pdf output? When I try something similar to the following:
```{.graphviz}
digraph G {
a [label = "A"]
b [label = "B"]
a…
-
To make it easier to review PRs (we may want certain SPECs to be regularly updated), we should have a sentence formatter to ensure sentences are kept on separate lines from one another. It should be …
-
Error: Command failed: /usr/local/bin/pandoc --from=markdown-raw_tex+tex_math_single_backslash --to=html --mathjax --number-sections --filter=pandoc-crossref --filter pandoc-citeproc
[WARNING] Deprec…
-
Im installing into my docker container via pip like described:
`RUN pip3 install pandoc-fignos pandoc-eqnos pandoc-tablenos \
pandoc-secnos --user`
Leads to that error if i uses the fil…
-
This is a question about compiling directly to JATS XML (see [Journal Publishing Tag Library](https://jats.nlm.nih.gov/publishing/tag-library/1.2/index.html)). JATS XML includes various metadata for a…
-
While trying to upgrade [pandoc 3.0 formula](https://github.com/Homebrew/homebrew-core/pull/120967), I ran into some regression test failure.
```
==> /opt/homebrew/opt/pandoc/bin/pandoc -F /opt/…
-
Hi,
I'm using Ulysses as my markdown editor, and using Pandoc to generate a PDF via LaTeX. I'm using the pandoc-xnos filter and have the following in my pandoc YAML
```
xnos-cleveref: true
x…