Skip to content

Commit 1c7aecb

Browse files
committed
Version 2.7
1 parent ee9d6de commit 1c7aecb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Markdown Mode 2.7
22

3-
*Under development*
4-
53
* New Features:
64
- Variable `markdown-follow-link-functions` extends
75
`markdown-follow-link-at-point` similarly to Org's

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,7 @@ first version was released on May 24, 2007.
11261126
* 2020-05-30: [Version 2.4][]
11271127
* 2022-02-12: [Version 2.5][]
11281128
* 2023-08-30: [Version 2.6][]
1129+
* 2025-02-26: [Version 2.7][]
11291130
11301131
[Version 1.1]: https://jblevins.org/projects/markdown-mode/rev-1-1
11311132
[Version 1.2]: https://jblevins.org/projects/markdown-mode/rev-1-2
@@ -1144,3 +1145,4 @@ first version was released on May 24, 2007.
11441145
[Version 2.4]: https://github.com/jrblevin/markdown-mode/releases/tag/v2.4
11451146
[Version 2.5]: https://github.com/jrblevin/markdown-mode/releases/tag/v2.5
11461147
[Version 2.6]: https://github.com/jrblevin/markdown-mode/releases/tag/v2.6
1148+
[Version 2.7]: https://github.com/jrblevin/markdown-mode/releases/tag/v2.7

markdown-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Author: Jason R. Blevins <[email protected]>
77
;; Maintainer: Jason R. Blevins <[email protected]>
88
;; Created: May 24, 2007
9-
;; Version: 2.7-alpha
9+
;; Version: 2.7
1010
;; Package-Requires: ((emacs "27.1"))
1111
;; Keywords: Markdown, GitHub Flavored Markdown, itex
1212
;; URL: https://jblevins.org/projects/markdown-mode/
@@ -62,7 +62,7 @@
6262

6363
;;; Constants =================================================================
6464

65-
(defconst markdown-mode-version "2.7-alpha"
65+
(defconst markdown-mode-version "2.7"
6666
"Markdown mode version number.")
6767

6868
(defconst markdown-output-buffer-name "*markdown-output*"

0 commit comments

Comments
 (0)