markdent-html

event-based Markdown parser toolkit - command-line tool

Install

All systems
curl cmd.cat/markdent-html.sh
Debian Debian
apt-get install markdent
Ubuntu
apt-get install markdent
image/svg+xml Kali Linux
apt-get install markdent
Windows (WSL2)
sudo apt-get update sudo apt-get install markdent

markdent

event-based Markdown parser toolkit - command-line tool

Markdent provides a toolkit for parsing Markdown (and Markdown variants, aka dialects). Unlike the other Markdown Perl tools, this module can be used for more than just generating HTML. The core parser generates events (like XML's SAX), making it easy to analyze a Markdown document in any number of ways. If you're only interested in converting Markdown to HTML, you can use the Markdent::Simple::Document class to do this, although you can just as well use better battle-tested tools like Text::Markdown. Markdown is a lightweight markup language with plain text formatting syntax. Its design allows it to be converted to many output formats, but the original tool by the same name only supports HTML. This package provides the command-line tool markdent-html, including Perl module Markdent::CLI.