pandoc / lua-filters

A collection of lua filters for pandoc
MIT License
600 stars 165 forks source link

Short captions for figures for pandoc 3.0+ #267

Open prakaa opened 1 year ago

prakaa commented 1 year ago

If anyone else is like me and is trying to use short-captions with pandoc 3.0+, you'll notice it doesn't work because pandoc Lua has been updated to use Figures.

jpcirrus has written a very simple and concise fix here: https://github.com/jgm/pandoc/issues/7915#issuecomment-1427113349

table-short-captions still works.

Note that this may be addressed within pandoc itself, there is an open PR that may resolve this: https://github.com/jgm/pandoc/pull/8617