How to Install ruby-kramdown in Ubuntu 18.04



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

sudo apt update
sudo apt install ruby-kramdown

Description:

Fast, pure-Ruby Markdown-superset converter

The kramdown is a fast, pure Ruby, Markdown parser and converter, using a strict syntax definition and supporting several common extensions. . The kramdown library is mainly written to support the kramdown-to-HTML conversion chain. However, due to its flexibility it supports other input and output formats as well. Here is a list of the supported formats: * input formats: kramdown (a Markdown superset), Markdown, HTML * output formats: HTML, kramdown, LaTeX (and therefore PDF)

Homepage: http://kramdown.gettalong.org

Version: 1.15.0-1

Section: universe/ruby