Path to this page:
Subject: CVS commit: pkgsrc/textproc/p5-Text-MultiMarkdown
From: Amitai Schleier
Date: 2019-08-31 21:55:58
Message id: 20190831195558.E3D21FBF4@cvs.NetBSD.org
Log Message:
Markdown is a text-to-HTML filter; it translates an easy-to-read
/ easy-to-write structured text format into HTML. Markdown's text
format is most similar to that of plain text email, and supports
features such as headers, *emphasis*, code blocks, blockquotes,
and links.
This module implements the MultiMarkdown markdown syntax
extensions from <http://fletcherpenney.net/multimarkdown/>.
Files: