Replies: 3 comments 6 replies
-
You should ask the maintainer of the filter... |
Beta Was this translation helpful? Give feedback.
0 replies
-
It seems pandoc-xnos only supports pandoc version 1.x and 2.x (see pandocxnos/core.py line 174)
|
Beta Was this translation helpful? Give feedback.
4 replies
-
Just change pattern = re.compile(r'^[1-2]\.[0-9]+(?:\.[0-9]+)?(?:\.[0-9]+)?$') to : pattern = re.compile(r'^[1-3]\.[0-9]+(?:\.[0-9]+)?(?:\.[0-9]+)?$') |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
L&G,
I switched to Ubuntu 24.04 from 22.04. I have a setup on 22.04 where I use the pandoc filters for figures and tables (pandoc-filternos, pandox-eqnos) which works fine on 22.04. I also replaced these filters with the pandoc-xnos filter, still working correctly on 22.04. The pandoc version is pandoc 2.9.2.1
Using the same setup on 24.04 gives following error with pandoc 3.2 (Features: +server +lua) :
RuntimeError: Cannot understand pandocversion=3.2
Error running filter ./bin/pandoc-xnos:
I installed "apt-file list python3-pandocfilters" hoping this would resolve the issue, but with no result.
Any help much appreciated
bye/Alian
Beta Was this translation helpful? Give feedback.
All reactions