diff options
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 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. |