Welcome to python-webspace, a simple markdown to html converter with built-in template.
To use, clone this repository.
git clone https://tilde.guru/~mydeardiary/project/python-webspace.git
The only requirement to use the script is markdown
python package.
python3 -m venv --upgrade-deps $HOME/.local/pyvenv
. $HOME/.local/pyvenv/bin/activate
pip install markdown
After installing markdown
package, the script can be used to convert text from markdown to html.
cd python-webspace
python3 ./main.py < input.md > output.html
The template can be modified to suit your needs by editing main.py
file.
Any suggestions? Contact the author by dropping an email to mydeardiary (at) tilde.guru
.
Your support is very helpful.