From: Lev Lamberov <dogsleg@debian.org>
Subject: Remove badge icon and link README file

This patch removes badge icon from README files. This icon is intended
rather for developers, badge is loaded from an external web site and
not included in the original source. Also this patch removes a link,
which is obsolete since the linked file can be found in the package's
documentation.

--- a/README.md
+++ b/README.md
@@ -1,9 +1,5 @@
 # Htmlize — Convert buffer text and decorations to HTML
 
-[![NonGNU ELPA](https://elpa.nongnu.org/nongnu/htmlize.svg)](https://elpa.nongnu.org/nongnu/htmlize.html)
-[![MELPA Stable](https://stable.melpa.org/packages/htmlize-badge.svg)](https://stable.melpa.org/#/htmlize)
-[![MELPA](https://melpa.org/packages/htmlize-badge.svg)](https://melpa.org/#/htmlize)
-
 This package converts the buffer text and the associated
 decorations to HTML.
 
@@ -20,7 +16,7 @@ same for files marked in a dired buffer.
 Htmlize supports three types of HTML output, selected by setting
 `htmlize-output-type`: `css`, `inline-css` (optimized for code
 snippets), and `font` (simpler output, doesn't rely on CSS).  See
-[`htmlize.el.html`][1] for an example of generated HTML.
+`htmlize.el.html` for an example of generated HTML.
 
 You can also use htmlize from your Emacs Lisp code.  When called
 non-interactively, `htmlize-buffer` and `htmlize-region` will
