For those of you who periodically need to convert from Markdown to HTML, there is a very intuitive and easy to use for the command line, written in C++ that will help you.
Markdown-CLI is a CLI markdown parser that easily converts Markdown to HTML quickly!
To install, simply use Git, a compiler and the command make, to do this run:
Using Markdown-CLI is very simple. If it is still in the cloned repository, just use the testing.md
example itself for this, example:
Now just open it in the browser and see the result:
In distros GNU/LInux
If you installed it on the system, run:
For more information, visit the official repository on GitHub