I have a Markdown file that I convert to .pdf whenever a new version of pandoc and/or eisvogel are released.
In the upgrade Pandoc 3.8 to pandoc 3.8.1 the following command:
pandoc -s -o a.pdf --template eisvogel --pdf-engine lualatex -f markdown+implicit_figures --syntax-highlighting=idiomatic a.md
gets the following error:
Error producing PDF.
! LaTeX Error: No counter '' defined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.516 ...newidth - 4\tabcolsep) * \real{0.6667}}@{}}
I tried also to upgrade the eisvogel template, but the result is the same.