Skip to content

Commit 4469553

Browse files
authored
Merge pull request #673 from skangas/nongnu-elpa-badge
Add NonGNU ELPA badge to README and web
2 parents c3c2f0d + 8e5d205 commit 4469553

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
Simplify `markdown-table-at-point-p` accordingly.
4848
- Auto set `sh-shell` when `markdown-edit-code-block` enter indirect buffer with `sh-mode`
4949
- Add value check and avoid raising the exception at `markdown-edit-code-block` [GH-663][]
50+
- Add NonGNU ELPA badge to README and website
5051

5152
* Bug fixes:
5253
- Fix issue with `nil` being returned from `markdown-imenu-create-nested-index` [GH-578][]

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# 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]
1+
# Emacs Markdown Mode
2+
[![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]
23

4+
[nongnu-elpa-link]: https://elpa.nongnu.org/nongnu/markdown-mode.html
5+
[nongnu-elpa-badge]: https://elpa.nongnu.org/nongnu/markdown-mode.svg
36
[melpa-link]: https://melpa.org/#/markdown-mode
47
[melpa-stable-link]: https://stable.melpa.org/#/markdown-mode
58
[melpa-badge]: https://melpa.org/packages/markdown-mode-badge.svg

webpage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ style: #badges { margin-bottom: 1.5rem; }
1212
1313
<div id=\"badges\">
1414
<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>
15+
<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>
1516
<a href=\"https://melpa.org/#/markdown-mode\"><img src=\"https://melpa.org/packages/markdown-mode-badge.svg\" alt=\"MELPA badge\"/></a>
1617
<a href=\"https://stable.melpa.org/#/markdown-mode\"><img src=\"https://stable.melpa.org/packages/markdown-mode-badge.svg\" alt=\"MELPA stable badge\"/></a>
1718
<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>

0 commit comments

Comments
 (0)