A simple markdown to html converter with built-in simple template. Mirror of the same project on tilde.guru
Clone this repository
git clone https://tilde.club/~mydeardiary/project/python-webspace.git/
The only python package needed to run the script is
markdown
. Here is an example of markdown
package installation using pip
inside a virtual
environment.
python3 -m venv --upgrade-deps $HOME/.local/pyvenv
. $HOME/.local/pyvenv/bin/activate
cd $HOME/python-webspace/
python3 ./main.py < input.md > output.html
Thanks for visiting my project page.