-
**Explain the problem.**
I am using latex symbols like `\newcommand\foo{\ensuremath{\mathit{foo}}\xspace}` and ultimately exporting to `docx` (and latex/pdf via Emacs Org).
LaTeX math commands li…
-
A patch is needed in order to use [Pandoc](http://hackage.haskell.org/package/pandoc) with Eta. The latest release (2.5), as well as other releases since 1.8, has a dependency on unix (>=2.4 &&
-
Multi-line `title` with `![](image)\n\nText` is not recognized with `-t epub`,
but is successfully parsed and used when generating Latex/PDF.
(a continuation of issue #8091)
pandoc 2.18 on debi…
-
**Explain the problem.**
Cannot build the current stable Pandoc v3.4 - fails in the "C compiler" step:
```text
$ cabal install pandoc-cli --overwrite-policy=always --flag lua53 -w ghc-9.8.2
Re…
-
**Explain the problem.**
> Include the exact command line you used...
```
pandoc -d defaults.yaml
```
> ...and all inputs necessary to reproduce the issue.
`defaults.yaml`:
```
from:…
-
The treatment of this type of code syntax has changed from pandoc 2 to 3:
````
$ cat repro.md
```{python}
x = 2
```
````
In pandoc 2.19.2:
```
$ pandoc2 --version
pandoc 2.19.2
Compil…
-
**Luet version:**
0.32.0-g2aa4c8a42ed13682b4820f3ca5e6d2388a5e2c24 2022-05-03
**CPU architecture, OS, and Version:**
github's
**Describe the bug**
I have hit am [issue](https://gith…
-
It'd be neat to run Quarto in the browser, I'm wondering if this is a design goal or perhaps if it's explicitly not. I just found some notes I wrote up a few months ago about various quarto-cli deps:
…
-
**Explain the problem.**
`mwe.md`:
````markdown
This is code outside of a list:
```math
a^2+b^2=c^2
```
- This is code in `- ` list:
```math
a^2+b^2=c^2
```
- This is a co…
-
Since the Pandoc module is created via Haskell code, it is impossible (as far as I am aware) to run the Lua REPL and work with Pandoc objects. This means that my development/debugging attempts have to…