sprin / markdown-inline-graphviz

Render inline graphs with Markdown and Graphviz
MIT License
34 stars 22 forks source link

Fix python-3.x compatibility #3

Closed dev-zero closed 8 years ago

dev-zero commented 8 years ago

Otherwise one gets

Error : a bytes-like object is required, not 'str' : ['dot', '-Tsvg']

while generating SVG's using python-3.5

sprin commented 8 years ago

:+1:

Looks good, works under Python 2.7 as well.

Thanks for sending in the PR!