ronn
Builds manuals from Markdown
Install
- All systems
-
curl cmd.cat/ronn.sh
- Debian
-
apt-get install ronn
- Ubuntu
-
apt-get install ronn
- Alpine
-
apk add ronn
- Arch Linux
-
pacman -S ruby-ronn
- Kali Linux
-
apt-get install ronn
- Fedora
-
dnf install ruby-ronn
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ronn
- Raspbian
-
apt-get install ruby-ronn
- Dockerfile
- dockerfile.run/ronn
- Docker
-
docker run cmd.cat/ronn ronn
powered by Commando
ruby-ronn
Builds manuals from Markdown
Ronn builds manuals. It converts simple, human readable textfiles to roff for terminal display, and also to HTML for the web. The source format includes all of Markdown but has a more rigid structure and syntax extensions for features commonly found in manpages (definition lists, link notation, etc.). The ronn-format(7) manual page defines the format in detail. This package contains the ronn ruby library.
rubygem-ronn
Manual authoring tool
ronn
Builds manuals from Markdown
Ronn builds manuals. It converts simple, human readable textfiles to roff for terminal display, and also to HTML for the web. The source format includes all of Markdown but has a more rigid structure and syntax extensions for features commonly found in manpages (definition lists, link notation, etc.). The ronn-format(7) manual page defines the format in detail. This package contains the ronn conversion tool.