Brahmachary

Results 4 comments of Brahmachary

Hi, can we follow this logic - in `config.toml` file add two parameters ``` useCustomStyle: true // and customFontFamily: | // if self hosting they will give css location ```...

converted existing code base to python3 using 2to3 and installed the dist and tried running. It gives an error ``` Traceback (most recent call last): File "/usr/local/bin/pdf2md", line 4, in...

i am not sure if this is correct way to do it but `.decode(encoding="utf-8")` fixes it and the extension works perfect with all files including the example file in repo.

yeah, that is also one way around. I didn't want to remove `.encode` or any exiting code so I was proposing to add the decode line if anyone wanted to...