You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Keys Values
----- -------
Key1 Value1
Key2 Value2
Table: Silly Table {#tbl:silly}
![Figure](images/test.png){#fig:strange}
This table is +@tbl:silly.
This figure is +@fig:strange.
You can see here one table (using pandoc-tablenos) and one figure (using pandoc-fignos).
Both worked fine with pandoc 2.x.
But now only the table numbering works, not the figure numbering:
Looking deeper, looks like Pandoc 3.x has introduced some significant changes to the AST, specifically adding a new object type "Figure": jgm/pandoc#3177, jgm/pandoc#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:
The text was updated successfully, but these errors were encountered: