-
**Problem**
The Pandoc filter documentation includes an [example](https://pandoc.org/filters.html#include-files) on how to include external files in a document. I currently have a similar problem—I'm…
-
Using the latest version of Pandoc on Windows 10, executing `pandoc --version` results in the following output:
> pandoc 3.1.13
> Features: +server +lua
> Scripting engine: Lua 5.4
> User data d…
llob updated
6 months ago
-
**Explain the problem.**
Converting from `markdown` to `markdown` changes `[1]` to `\[1\]`:
```
❯ cat foo.md
This is a footnote[1].
❯ pandoc -f markdown -t markdown foo.md
This is a fo…
-
I may need to perform some profiling (see readme for commands as per [here](https://www.tweag.io/posts/2020-01-30-haskell-profiling.html)) to locate the primary culprits.
- performance for dataset …
-
### The problem
In filters accessing the last item in a list is fairly common. The standard way to do it in Lua is to do `list[#list]`, but it very quickly becomes unworkable when there are deeply ne…
-
**Explain the problem.**
I have this `docx` file that contains comment and the response to the comment like this:
![Screenshot 2022-07-18 at 18 07 45](https://user-images.githubusercontent.com/9…
-
**Describe the bug**
Cabal should probably respect the `PKG_CONFIG` environment variable, rather than hard-coding the name "pkg-config", as done in, e.g., [Distribution.Simple.Program.Builtin](https:…
-
Quoting @asmagill from #2373
> Where I'm going with this is that I've had a chance to review CommandPost's https://github.com/CommandPost/CommandPost/blob/develop/src/extensions/cp/ui/axutils.lua …
-
I use [pandoc](http://pandoc.org/) on all my machines and I would really like to have it on termux, then I can use my device for almost all my computer usage.
-
### The problem
I'm using hslua in Pandoc filters, where accessing the last item in a list is fairly common. The standard way to do it in Lua is to do `list[#list]`, but it very quickly becomes unwor…