diff options
author | alexbl <alexbl@FreeBSD.org> | 2006-12-17 17:40:21 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2006-12-17 17:40:21 +0800 |
commit | 7379c397459fed0b4cd8d0b08d4be0694f4fa4db (patch) | |
tree | 65768ef0c4b22a284cc863176b7275178caa0c2d /textproc/Makefile | |
parent | f21b8ec031c0dd2a8580acf408ae4eb95f982500 (diff) | |
download | freebsd-ports-gnome-7379c397459fed0b4cd8d0b08d4be0694f4fa4db.tar.gz freebsd-ports-gnome-7379c397459fed0b4cd8d0b08d4be0694f4fa4db.tar.zst freebsd-ports-gnome-7379c397459fed0b4cd8d0b08d4be0694f4fa4db.zip |
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.
WWW: http://www.freewisdom.org/projects/python-markdown
PR: ports/105992
Submitted by: Graham Todd <gtodd at bellanet.org>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6c40a6fc9ca0..21e97c8986aa 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -738,6 +738,7 @@ SUBDIR += py-libxslt SUBDIR += py-ltxml SUBDIR += py-lucene + SUBDIR += py-markdown SUBDIR += py-pyx12 SUBDIR += py-rdflib SUBDIR += py-reverend |