ohbarye / markdown-server

Simple markdown server written in Python. It converts your markdown file to HTML and returns a response as text/html.
https://pypi.python.org/pypi/markdown-server
MIT License
44 stars 20 forks source link

minor maintenance #11

Closed VictorCabello closed 4 years ago

VictorCabello commented 5 years ago

I like the ide behind this library but I couldn't use it becuase an issue on dependencies.

This pull request pretend give a simple solution to an issue between py-gfm and mardwon libraries, it looks like they are not compatible in their last version.

At the same time decide to migrate the code to python3.

ohbarye commented 4 years ago

I was able to release. https://pypi.org/project/markdown-server/0.1.4/

📝 Note for me:

VictorCabello commented 4 years ago

I understand because I also have problems to give time to my personal projects but I am happy that this little effort could help to someone else.

Thanks for take your time to do this release.