You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pandoc has an error, the output from pandoc gets put into the Runtime-Exception as bytes (directly from stderr).
For me this results in the whole error-message from pandoc being in one line (even though it should have linebreaks). Especially when using "--verbose" this gets very unreadable.
When pandoc has an error, the output from pandoc gets put into the Runtime-Exception as bytes (directly from stderr).
For me this results in the whole error-message from pandoc being in one line (even though it should have linebreaks). Especially when using "--verbose" this gets very unreadable.
I've checked and by encoding stderr in the same way as stdout in https://github.com/NicklasTegner/pypandoc/blob/master/pypandoc/__init__.py line 322 (_convert_input, towards the end), this error is fixed.
The text was updated successfully, but these errors were encountered: