From 87ae1a974fbe0276140d745a52840c9199d28533 Mon Sep 17 00:00:00 2001 From: treatmesubj Date: Fri, 19 Jan 2024 15:16:22 -0600 Subject: [PATCH] v0.1.4 --- README.md | 119 +++++++++++++++++++++++++++--------------------------- scrot.png | Bin 773790 -> 0 bytes setup.py | 4 +- skrot.png | Bin 0 -> 1002246 bytes 4 files changed, 62 insertions(+), 61 deletions(-) delete mode 100644 scrot.png create mode 100644 skrot.png diff --git a/README.md b/README.md index a6b5e93..7d98d2d 100644 --- a/README.md +++ b/README.md @@ -1,59 +1,60 @@ -# Python Markdown-to-HTML Server - -It's the standard Python [http.server module](https://docs.python.org/3/library/http.server.html) but via [markdown-it-py](https://github.com/executablebooks/markdown-it-py), requested Markdown files are rendered and served as HTML - -The `http.server` module's `SimpleHTTPRequestHandler` class is inherited by a new class with its `do_GET` method overridden. [beautifulsoup](https://pypi.org/project/beautifulsoup4/) and [html5lib](https://pypi.org/project/html5lib/) add ``, ``, & `` elements and I insert a `