-
### Expected Behavior
- `make pdf` generates pdf file normally.
### Actual Behavior
- `make pdf` fails with the following error.
```
$ make pdf
mkdir -p output
PANDOC_VERSION=`pandoc --versio…
-
When I tried to open the markdown preview, it appeared:
```
Error: Command failed: pandoc --from=markdown-raw_tex+tex_math_single_backslash --to=html --katex --citeproc
pandoc: unrecognized option …
-
When using nbconvert on NixOS it does not find pandoc. Pandoc is installed on the path:
$ pandoc --version
panda 1.19.2.1
Compiled with pandoc-types 1.17.0.5, texmath 0.9.4.1, skyligh…
-
Hello, and I wish you the best for the New Year !
I have successfully installed pandoc-sidenotes with Stack on my Windows10 laptop.
But when I use this filter in a pandoc command such as :
`p…
-
Hi, thank you for building this great module! It runs just fine through `electron`, but after I package the app with `electron-builder` or `electron-packager`, trying to use Pandoc in the app gives me…
-
Add support for (at least some of) the new table features introduced in [pandoc-types/pull/66](https://github.com/jgm/pandoc-types/pull/66/files#diff-8c56b05df299ade82ea6265ee0b71bd0).
It would be …
mb21 updated
2 months ago
-
```
echo -e "\`\`\`{include=\"script.py\"}\n\`\`\`" > dummy.md
echo "println(\"Hello World\")" > script.py
pandoc --filter pandoc-include-code dummy.md
```
The above sequence of commands gives …
-
Last year, for quite some time I've had in a `pandoc.yaml`:
```yaml
# ...
filters:
- pandoc-crossref
- citeproc
metadata:
link-citations: true
listings: true
variables:
# ...
f…
-
See https://github.com/beyond2060/quarto-bug-reproduction for a minimal example.
-
I’m currently trying out the [`pandoc_ast`](https://github.com/oli-obk/pandoc-ast) crate, which contains [a handful of recursive algebraic data types](https://github.com/oli-obk/pandoc-ast/blob/92060b…