Skip to content

Using custom highlight style (.theme file) not working #6704

Closed
@pck1980

Description

@pck1980

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions