emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/markdown-mode 8e5d20527f 1/2: Add NonGNU ELPA badge


From: ELPA Syncer
Subject: [nongnu] elpa/markdown-mode 8e5d20527f 1/2: Add NonGNU ELPA badge
Date: Tue, 4 Jan 2022 08:58:08 -0500 (EST)

branch: elpa/markdown-mode
commit 8e5d20527fad1e04af41faf174ffa6021ba215bb
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Add NonGNU ELPA badge
---
 CHANGES.md | 1 +
 README.md  | 5 ++++-
 webpage.sh | 1 +
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index ab195579ab..c1a7f7c776 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -47,6 +47,7 @@
         Simplify `markdown-table-at-point-p` accordingly.
     -   Auto set `sh-shell` when `markdown-edit-code-block` enter indirect 
buffer with `sh-mode`
     -   Add value check and avoid raising the exception at 
`markdown-edit-code-block` [GH-663][]
+    -   Add NonGNU ELPA badge to README and website
 
 *   Bug fixes:
     -   Fix issue with `nil` being returned from 
`markdown-imenu-create-nested-index` [GH-578][]
diff --git a/README.md b/README.md
index 754f99505f..4103efefaf 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
-# Emacs Markdown Mode [![MELPA badge][melpa-badge]][melpa-link] [![MELPA 
stable badge][melpa-stable-badge]][melpa-stable-link] [![Github Actions 
Status][github-actions-badge]][github-actions-link] [![Guide to Markdown Mode 
for Emacs][leanpub-badge]][leanpub-link]
+# Emacs Markdown Mode
+[![NonGNU ELPA badge][nongnu-elpa-badge]][nongnu-elpa-link] [![MELPA 
badge][melpa-badge]][melpa-link] [![MELPA stable 
badge][melpa-stable-badge]][melpa-stable-link] [![Github Actions 
Status][github-actions-badge]][github-actions-link] [![Guide to Markdown Mode 
for Emacs][leanpub-badge]][leanpub-link]
 
+  [nongnu-elpa-link]: https://elpa.nongnu.org/nongnu/markdown-mode.html
+  [nongnu-elpa-badge]: https://elpa.nongnu.org/nongnu/markdown-mode.svg
   [melpa-link]: https://melpa.org/#/markdown-mode
   [melpa-stable-link]: https://stable.melpa.org/#/markdown-mode
   [melpa-badge]: https://melpa.org/packages/markdown-mode-badge.svg
diff --git a/webpage.sh b/webpage.sh
index 1140a93aa3..36e448da71 100755
--- a/webpage.sh
+++ b/webpage.sh
@@ -12,6 +12,7 @@ style: #badges { margin-bottom: 1.5rem; }
 
 <div id=\"badges\">
 <a href=\"https://github.com/jrblevin/markdown-mode\";><img 
src=\"https://img.shields.io/github/stars/jrblevin/markdown-mode.svg?style=social&label=GitHub\";
 alt=\"GitHub\"/></a>
+<a href=\"https://elpa.nongnu.org/nongnu/markdown-mode.html\";><img 
src=\"https://elpa.nongnu.org/nongnu/markdown-mode.svg\"; alt=\"NonGNU ELPA 
badge\"/></a>
 <a href=\"https://melpa.org/#/markdown-mode\";><img 
src=\"https://melpa.org/packages/markdown-mode-badge.svg\"; alt=\"MELPA 
badge\"/></a>
 <a href=\"https://stable.melpa.org/#/markdown-mode\";><img 
src=\"https://stable.melpa.org/packages/markdown-mode-badge.svg\"; alt=\"MELPA 
stable badge\"/></a>
 <a href=\"https://travis-ci.org/jrblevin/markdown-mode\";><img 
src=\"https://travis-ci.org/jrblevin/markdown-mode.svg?branch=master\"; 
alt=\"Travis CI Build Status\"/></a>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]