diff options
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 |
commit | b6780c6fd2821c7263721ead130fdfb673daad8b (patch) | |
tree | c2a2d5bbe9008635bfa17649a955f29f2bedd6f8 /misc/discount/README | |
parent | a1c1f240f25a58b7a3d66172b81b78a6fd01f237 (diff) |
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/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/discount/README b/misc/discount/README new file mode 100644 index 000000000000..cb6ed6d04810 --- /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. |