Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native mode should set FORMAT correctly #7

Open
jdutant opened this issue Aug 6, 2021 · 0 comments
Open

Native mode should set FORMAT correctly #7

jdutant opened this issue Aug 6, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jdutant
Copy link
Collaborator

jdutant commented Aug 6, 2021

Currently in native import mode we run pandoc -t json. This is useless if people use filters that need to have the ultimate output format in FORMAT.

Solution: we run pandoc -t FORMAT (adjusting html when building an epub), but we catch the AST object rather than the output. To do this we need a filter that outputs the AST as json in a temp file that we can pick up. The command would look something like this:

pandoc source -t FORMAT -L catch.lua -M catch-filter-output=temporary.json
@jdutant jdutant added the enhancement New feature or request label Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant