Closed
Description
pandoc exits with error when using a custom theme file, even when it's the unmodified output of --print-highlight
PS C:\test> pandoc --print-highlight kate > k.theme
PS C:\test> pandoc --highlight-style k.theme
Could not read highlighting theme k.theme
There's a different error message if the file does not exist, so it seems pandoc is unable to correctly parse it.
PS C:\test> pandoc --version
pandoc.exe 2.10.1
Compiled with pandoc-types 1.21, texmath 0.12.0.2, skylighting 0.8.5
[...]
Perhaps similar to issue #4133?