-
I *really* want to use your Hugo/Blogdown theme. However, I can't get it to build.
Your build instructions fail to mention a few things, which I'll make a PR for if I can ever get it to run on my L…
-
MacOS Catalina 10.15.5, GHC-8.8.3, Stack-2.3.1, current LaTeX (MacTeX-2020):
```
$ stack exec make
pandoc -c css/style.css --filter includes.hs --template template.html -s -f markdown -t html --sta…
-
Hi there,
make-runner seems to have problems with relative paths somehow.
In my makefile I execute `pandoc`. I had to change it to the absolute path in /usr/local/bin because it couldn't be found in /…
nylki updated
9 years ago
-
### Bug description
When a footnote is reused, it is duplicated.
This is the case at least for `html`, `pdf`, and `revealjs`.
```qmd
---
format:
html: default
pdf: default
revealjs: …
-
i have installed pandoc with version **2.10.1** and compiled pandoc-csv2table with stack install.
when i tried to convert markdown file, i have got following error.
```
pandoc-csv2table: Error …
-
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…
-
1. It does strange things to markdown source:
![image](https://github.com/user-attachments/assets/4ab9e252-ce60-4874-9e4f-1f7638ecce6b)
2. It breaks latexdiff (https://github.com/TrustedComputin…
-
I got the `autogen.sh` script in a pretty good shape, but it still suffers from a number of bugs and missing features:
- [ ] Events are not hyperlinked, e.g. `{TransferAdmin} event` should be turne…
-
**Is your feature request related to a problem? Please describe.**
I want a directory listing.
**Describe the solution you'd like**
@startfiles
/.github
/src/example.py
/test…
-
With a second definition of, for example, `filter` you overwrite your first `filter` definition. Are you using a map?
```
filter: foo
filter: bar
```
results in `pandoc --filter=bar`
ploth updated
4 years ago