diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-09 23:02:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-09 23:02:01 +0000 |
commit | b527b770102ec11c6d560c2ce44d7b40166379b9 (patch) | |
tree | fbdf2d79c69d1c533d76f747060d19d989fed3b7 /textproc/Makefile | |
parent | 035e3310b1f05db6fb88f67545717890f678ccea (diff) |
Ruby wrapper around David Loren Parsons' discount, a fast,
BSD-licensed c implementation of John Gruber's Markdown plus
some aspects of SmartyPants. Markdown is a text-to-HTML
conversion language for web writers, inspired by the format
of plain-text e-mail messages. Markdown allows you to write
in an easy-to-read, easy-to-write plain text format, then
convert it to structurally valid XHTML (or HTML).
WWW: http://github.com/rtomayko/rdiscount/
PR: ports/128548
Submitted by: Daniel Roethlisberger <daniel at roe.ch>
Notes
Notes:
svn path=/head/; revision=222655
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 28c8751808bc..4d5adf3ae6bb 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -957,6 +957,7 @@ SUBDIR += rubygem-htmltools SUBDIR += rubygem-ini SUBDIR += rubygem-rak + SUBDIR += rubygem-rdiscount SUBDIR += rubygem-spreadsheet-excel SUBDIR += rubygem-syntax SUBDIR += rubygem-tidy |