File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ] [ ]
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments