Open dmitryperets opened 9 months ago
Looking deeper, looks like Pandoc 3.x has introduced some significant changes to the AST, specifically adding a new object type "Figure": https://github.com/jgm/pandoc/issues/3177, https://github.com/jgm/pandoc/issues/7184
So no wonder that pandoc-fignos doesn't handle it correctly. The only question is who can update it now =)
Using pandoc 3.1 (after successfully applying the regex fix from #105). While other filters from the
pandoc-xnos
family started working,pandoc-fignos
is still broken.Here is a simple example:
You can see here one table (using
pandoc-tablenos
) and one figure (usingpandoc-fignos
). Both worked fine with pandoc 2.x. But now only the table numbering works, not the figure numbering:Output: