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

Add command line arguments for --host, --port, and --debug #20

Open jasondunsmore opened 2 years ago

jasondunsmore commented 2 years ago

This allows one to more easily run more than one server.