diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-05-26 18:21:40 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-27 07:23:29 +0700 |
commit | 90f67e7e9f702dfba3f5fc6a083c7c503696cc5f (patch) | |
tree | 2dfcb0db7a645ab96c549713672213d6d4b52348 /misc/discount | |
parent | d049fc12b57ed39fd5a6af94f8ca32712bd0b2a9 (diff) | |
download | slackbuilds-90f67e7e9f702dfba3f5fc6a083c7c503696cc5f.tar.gz |
misc/discount: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'misc/discount')
-rw-r--r-- | misc/discount/README | 6 | ||||
-rw-r--r-- | misc/discount/slack-desc | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/discount/README b/misc/discount/README index cb6ed6d048..8019baee01 100644 --- a/misc/discount/README +++ b/misc/discount/README @@ -1,7 +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 +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 +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. diff --git a/misc/discount/slack-desc b/misc/discount/slack-desc index f7711ae694..a2662f9ccd 100644 --- a/misc/discount/slack-desc +++ b/misc/discount/slack-desc @@ -8,10 +8,10 @@ |-----handy-ruler------------------------------------------------------| discount: discount (An implementation of Markdown text to html language in C) discount: -discount: This is an implementation of John Gruber’s Markdown text to html -discount: language written by David Loren Parsons. There’s not much that +discount: This is an implementation of John Gruber's Markdown text to html +discount: language written by David Loren Parsons. There's not much that discount: differentiates it from any of the existing Markdown implementations -discount: except that it’s written in C instead of one of the vast flock of +discount: except that it's written in C instead of one of the vast flock of discount: scripting languages that are fighting it out for the Perl crown. discount: discount: Homepage: http://www.pell.portland.or.us/~orc/Code/discount/ |