From b527b770102ec11c6d560c2ce44d7b40166379b9 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 9 Nov 2008 23:02:01 +0000 Subject: 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 --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') 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 -- cgit v1.2.3