-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Use as preprocessor error #2
Comments
Can you upload your |
|
This might be related to #5. I don't get this particular error, but your error seems to have to do with processing the |
I just tested this case and it runs fine. But I noticed that you're using Python 2.7. Have you try using Python 3 to run that? (In case it is really just Python 2, since Python 2 is deprecating in less than a year, I don't think it is worth spending time to fix that... Sorry, Python 2.) |
I was trying to use pancritic as a preprocessor for pandoc using
pancritic docum1.md -t markdown -m a | pandoc -s -o docum1.pdf
but got the following error.
I was planning to apply --filters in pandoc.
I am wondering the correct way of using it as a preprocessor.
The text was updated successfully, but these errors were encountered: