openbsd-ports/textproc/p5-Text-Markdown/pkg/DESCR
okan 04ac1b9e5a - update to 1.0.19.
- new license (BSD).
- merges in and deprecates textproc/p5-Text-MultMarkdown.
- install {Multi,}Markdown scripts for command line use.

ok merdely, "looks good" sanity check espie@
2008-06-05 11:41:44 +00:00

8 lines
361 B
Plaintext

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.
The Text::MultiMarkdown module implements the MultiMarkdown markdown
syntax extensions.