Open peti opened 4 years ago
I would also find this very helpful. (And thank you for developing the filter!)
For what it's worth, I found this alternative:
https://github.com/pandoc/lua-filters
It's a lua filter and it is working well for me; instead of -F, you use --lua-filters. This page has more information.
I forked it and updated it: https://github.com/steindani/pandoc-include/pull/18
Pandoc has switch many of its internals from
String
toText
, which breaks the build of this package. Will you release a new version that supports newer releases of Pandoc?