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

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

[nongnu] elpa/markdown-mode 4469553a73 2/2: Merge pull request #673 from


From: ELPA Syncer
Subject: [nongnu] elpa/markdown-mode 4469553a73 2/2: Merge pull request #673 from skangas/nongnu-elpa-badge
Date: Tue, 4 Jan 2022 08:58:09 -0500 (EST)

branch: elpa/markdown-mode
commit 4469553a7395359e96b8796e1fac4de73cb6ccc4
Merge: c3c2f0d473 8e5d20527f
Author: Shohei YOSHIDA <syohex@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #673 from skangas/nongnu-elpa-badge
    
    Add NonGNU ELPA badge to README and web
---
 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]