Skip to content

Releases: treatmesubj/python-md-to-html-server

v0.0.4

13 Mar 22:52
Compare
Choose a tag to compare

option to use custom css

v0.0.3

03 Mar 00:04
Compare
Choose a tag to compare

URL decode and strip URL query parameters when doing markdown file-exists check.
Basically, you can have weird non-illegal OS URL-encoded file-name characters in your markdown file-name, and script should now handle it.
You could name your markdown file Stuff&Things.md, and httpmdhtml.server should still work as expected.
You could GET request Stuff&Things.md?query=cool and httpmdhtml.server should strip query parameters from request as http.server does.

v0.0.2

27 Feb 21:07
Compare
Choose a tag to compare

option to embed base64-encoded local images in HTML

init

20 Feb 18:33
Compare
Choose a tag to compare

init