How to Install ruby-rdiscount in Ubuntu 18.04



Install ruby-rdiscount by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-rdiscount

Description:

Discount Markdown Processor for Ruby

Discount is an implementation of John Gruber's Markdown markup language in C. It implements all of the language described in the markdown syntax document and passes the Markdown 1.0 test suite. . RDiscount is a Ruby extension library for Discount. It can be used as a stand-alone program or within another Ruby program.

Homepage: http://github.com/rtomayko/rdiscount

Version: 2.1.8-1build5

Section: universe/ruby