This is a simple CLI tool to convert Markdown files to HTML. This was made for personal use. This tool is compatible with Linux only.
First make sure you have libmarkdown
and make
installed.
Then compile the tool with:
make
After that is done, you can install it globally with:
sudo make install
Note:
sudo
is required to install to global scope