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:
makeAfter that is done, you can install it globally with:
sudo make installNote:
sudois required to install to global scope