pypandoc ignores lua filters
I’m using pypandoc tu use pandoc in python to convert html to markdown
I’m trying to make pypandoc apply lua filters. But non of the filters are applied. I put checkpoints at every function head and none of them are visited, so the filters aren’t even called, even though pypandoc registers them.
I know that pypandoc registers the filters, because when I put some syntax error into one of my lua scripts, it is specifically my pypandoc call that throws an error, specifically referencing that lua script.