summaryrefslogtreecommitdiffstats
path: root/misc/discount/README
diff options
context:
space:
mode:
author Antonio Hernández Blas <hba.nihilismus@gmail.com>2011-05-29 20:20:57 -0300
committer Robby Workman <rworkman@slackbuilds.org>2011-06-13 01:30:57 -0400
commitb6780c6fd2821c7263721ead130fdfb673daad8b (patch)
treec2a2d5bbe9008635bfa17649a955f29f2bedd6f8 /misc/discount/README
parenta1c1f240f25a58b7a3d66172b81b78a6fd01f237 (diff)
downloadslackbuilds-b6780c6fd2821c7263721ead130fdfb673daad8b.tar.gz
slackbuilds-b6780c6fd2821c7263721ead130fdfb673daad8b.tar.xz
misc/discount: Added (Markdown text to html)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'misc/discount/README')
-rw-r--r--misc/discount/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/discount/README b/misc/discount/README
new file mode 100644
index 0000000000..cb6ed6d048
--- /dev/null
+++ b/misc/discount/README
@@ -0,0 +1,7 @@
+discount (An implementation of Markdown text to html language in C)
+
+This is an implementation of John Gruber’s Markdown text to html
+language written by David Loren Parsons. There’s not much that
+differentiates it from any of the existing Markdown implementations
+except that it’s written in C instead of one of the vast flock of
+scripting languages that are fighting it out for the Perl crown.