steindani / pandoc-include

An include filter for Pandoc
MIT License
61 stars 20 forks source link

Will you update this package to support pandoc 2.10.x? #16

Open peti opened 4 years ago

peti commented 4 years ago

Pandoc has switch many of its internals from String to Text, which breaks the build of this package. Will you release a new version that supports newer releases of Pandoc?

dfeehan commented 4 years ago

I would also find this very helpful. (And thank you for developing the filter!)

dfeehan commented 4 years ago

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.

turion commented 3 years ago

I forked it and updated it: https://github.com/steindani/pandoc-include/pull/18