openbsd-ports/textproc/markdown/pkg/DESCR
alek 8aee0fab30 Import markdown 1.5
A text-to-HTML conversion tool.

From Will Maier <willmaier@ml1.net>
2006-10-09 16:01:25 +00:00

6 lines
308 B
Plaintext

Markdown is two things: (1) a plain text formatting syntax; and (2) a
software tool that converts the plain text formatting to (X)HTML. The
formatting syntax is designed to be easy and intuitive for web authors
and resembles typical email formatting conventions. The resultant
(X)HTML is structurally valid.