We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pretty-printing of a Pandoc instance would be nice since the current output is not human-readable except for very short fragments.
Consider the API (connected to the existing configure or independent? Have a look at how NumPy does it for say the precision display of numbers, etc.)
configure
Use black? There is no official Python API yet, but still there are ways to hack something.
The text was updated successfully, but these errors were encountered:
Thank you for raising this issue. I feel the same need. One thought might be to make the AST nodes a subclass of list, and then use the pprint package from the standard library (https://docs.python.org/3/library/pprint.html) or the enhanced pprint++ package (https://github.com/wolever/pprintpp).
pprint
pprint++
Sorry, something went wrong.
No branches or pull requests
Pretty-printing of a Pandoc instance would be nice since the current output is not human-readable except for very short fragments.
Consider the API (connected to the existing
configure
or independent? Have a look at how NumPy does it for say the precision display of numbers, etc.)Use black? There is no official Python API yet, but still there are ways to hack something.
The text was updated successfully, but these errors were encountered: