-
I've tracked down an issue that effects the atom and vscode MPE pandoc preview system to the mume library. When these applications use mume during preview to convert a markdown file before sending its…
-
Currently, my Pandoc can export Word (with pictures)
But there is a very critical problem. All my local pictures are placed in ./Documents/${filename}
I don’t know what’s going on. Pandoc can’t find…
-
Is it possible to reference a particular line in a multiline equations, such as created by the `align` environment? A LaTeX example would be:
```latex
\begin{align}
f(x) &= x + a \label{eqn:two} …
-
**Describe your proposed improvement and the problem it solves.**
Pandoc 3.5 with pandoc-crossref 0.3.18-b, AMD64, Debian.
When using markdown input, docx output, the citeproc filter, and pandoc…
-
In my metadata block I use
```
…
cref: True
nameInLink: True
…
```
Nonetheless, I get and undefined command error for `\cref` when converting to Latex pdf unless I specifically include `\usepac…
-
The reference of an image, e.g. `![](MEDIA/assets/art-artist-artistic-316465.jpg){#figure:intro}`, when converted to ePub v2, creates the following HTML:
```html
```
When I run the epub check…
-
```
➜ white-paper git:(main) tea make
pandoc \
--number-sections \
--output tea.white-paper.pdf \
--metadata-file metadata.yml \
--filter pandoc-crossref \
--csl=tea.csl \
--citeproc \
white…
-
I don't see any way to get a short caption into the list of figures or tables when the caption at the place might be very long. I was thinking of something like this for cross-references items with c…
-
### Bug description
When rendering a quarto document to Github flavoured markdown (GFM), the output does not use this linked GFM citation syntax:
```
ants are great, see [[1]](#1)
## Table of…
-
I have my main manuscript in one Markdown file and my supplemental material in another. The main manuscript references material in the supplemental material, for example,
> The table of data for [@…