markdown2pdf icon indicating copy to clipboard operation
markdown2pdf copied to clipboard

python 3 doesn't supported?

Open itJunky opened this issue 8 years ago • 2 comments

Traceback (most recent call last):
  File "./env/bin/md2pdf", line 7, in <module>
    from markdown2pdf import main
  File "/home/alp/wrk/visyond.com/repos/environment_root/util/checkbranch/env/lib/python3.6/site-packages/markdown2pdf/__init__.py", line 20
    print css_file
                 ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print css_file)?

itJunky avatar Dec 05 '17 15:12 itJunky

No, it does not. You could clone it and did a little work to fix it.

kxxoling avatar Dec 05 '17 16:12 kxxoling

I have created such fork and done a Pull Request: https://github.com/jfthuong/markdown2pdf

jfthuong avatar Jan 30 '18 03:01 jfthuong