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
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
The project tries to read files with the default encoding used by Python. If your system uses a locale that specifies encodings other than UTF-8, then it's going to fail on decoding the contents of a UTF-8 file. You can override the system locale by specifying the appropriate environment values, and you can test the default encoding with locale.getpreferredencoding().
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Test example:
example.zip
If I use
markdown-pp index.mdpp -o out.md
on these two files, markdown-pp throws this error:
append "-e latexrender" doesn't work for this case.
The text was updated successfully, but these errors were encountered: