pandoc-emphasize-code icon indicating copy to clipboard operation
pandoc-emphasize-code copied to clipboard

"Incompatible API versions" with pandoc 2.9.1.1

Open dmitryperets opened this issue 5 years ago • 0 comments

When trying to use pandoc-emphasize-code with the latest pandoc 2.9.1.1, I get the following error:

pandoc-emphasize-code: Error in $: Incompatible API versions: encoded with [1,20] but attempted to decode with [1,17,3].
CallStack (from HasCallStack):
  error, called at ./Text/Pandoc/JSON.hs:111:48 in pandoc-types-1.17.3-8FqBpKHzarl96XxtefXvVq:Text.Pandoc.JSON
Error running filter ../common/pandoc-emphasize-code:
Filter returned error status 1

Here is my pandoc version:

pandoc --version
pandoc 2.9.1.1
Compiled with pandoc-types 1.20, texmath 0.12, skylighting 0.8.3

I suppose the filter must be rebuilt for pandoc-types 1.20?

dmitryperets avatar Jan 30 '20 18:01 dmitryperets