jgm/pandocfilters

Python instance of top-level Pandoc object

gwgundersen opened this issue · 2 comments

I am trying to replicate this Pandoc filter, which appears to manipulate a top-level AST Pandoc object. See documentation here. Does this Python package having an equivalent object? I cannot find it. Alternatively, is there a way to insert into the top of the AST tree? Thanks.

jgm commented

Sorry, no. You might check out panflute, which is a more fully featured library for doing the same thing.

Okay, thanks for the quick reply.