markdown2man
Utils and examples based on libsoldout
Install
- All systems
-
curl cmd.cat/markdown2man.sh
- Debian
-
apt-get install libsoldout-utils
- Ubuntu
-
apt-get install libsoldout-utils
- Kali Linux
-
apt-get install libsoldout-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libsoldout-utils
- Raspbian
-
apt-get install libsoldout-utils
- Dockerfile
- dockerfile.run/markdown2man
libsoldout-utils
Utils and examples based on libsoldout
libsoldout is a library implementing a parser for John Gruber's markdown language (http://daringfireball.net/projects/markdown/). This package contains the code to build examples of programs exploiting libsoldout. Even though they are meant to show how to program with libsoldout they are fully functional. The examples are * markdown2html: a markdown to HTML converter * markdown2latex: markdown to LaTex converter * markdown2man: a markdown to man page converter