Upload them to MD Viewer, where they are converted to HTML files, and viewable with a quick link.
Well MDVWR means Markdown Viewer.
It allows you to upload any MD file to the website, it will convert it and store it as a HTML file in the templates directory.
Once you upload the file and it is converted, you get redirected to your HTML file hosted on your mdvwr instance.
In the URL you can copy the code after /load/ and you can place this in the quick and easy downloader on the main page.
Prerequistes: Python3, Pip and pandoc.
Firstly, you will need to install Pandoc, here are some instructions.
Next, you will need to run pip install -r requirements.txt
Then, as long as you have nothing else running on port 80, run python main.py and head to one of the displayed links.
Enter main.py, you will see a constant (variable) named 'DELETEMD', set this to False to stop this.
If this is set to false, you will be able to download your md files by entering the same ID as earlier followed by .md (no spaces) - for example: 8MFbLQq3I05CToC2wZFr.md
Thanks to Copilot for making the home page look good.