-
Pandoc 3.4 introduces a larger-than-usual change in the LaTeX writer that we should warn our users about. See [discussion](https://github.com/quarto-dev/quarto-cli/pull/10840#discussion_r1767647364).
-
**Proposed enhancement and the problem it solves**
My request is to make the “variables”
- `${USERDATA}`
- `${HOME}`
- `${.}`
expand to their respective paths in *any* string in a defaults …
-
**Explain the problem.**
If I use the following (trivial) DOCX writer all resulting files are missing their headers in version 3.4. If I use the same writer in 3.1.12 (which is the version I was us…
-
I use Hakyll to manage lecture notes for a course. I want to generate two versions of each lecture: a HTML version for browsing, and a PDF version for handouts. The `version` function is ideal for th…
-
Since we use `typst:no-figure` on our tables (implemented in jgm/pandoc#9778), Pandoc may not enclose tables in blocks.
Unfortunately, when the Pandoc Typst writer encounters `typst:text:font`or `typ…
-
### Discussed in https://github.com/jgm/pandoc/discussions/9602
Originally posted by **Amphiboly** March 23, 2024
With the docx writer, images in footnotes are displayed as properly-sized box …
-
If some cells are undefined, the filter can generate an invalid AST. For example, with this markdown:
```
::: list-table
* - A
- B
* - 1
:::
```
...we get the following (edited to show j…
-
`rmarkdown::render()`ing the article template fails when using recent versions of Pandoc (>= 3.1.7), presumably due to changes in its LaTeX writer with respect to the CSLReferences environment.
Wit…
-
Bumped into an issue that I can't access the `--top-level-division` setting inside the typst template (necessary to implement page breaks when set to "chapter"). There's a workaround: the template can…
-
Congrats on 1.0!
I'm interested in writing a Pandoc reader/writer for .norg files. Since those are typically written in Lua, I was wondering if any existing parsing-related code could be leveraged …