Skip to content

Commit f422cb5

Browse files
chore(release): 8.13.0
1 parent fb0e70c commit f422cb5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Pre-release
44

5+
## 8.13.0 (2026-06-18)
6+
57
### Features
68

79
- allow inline code left and right icon highlight to be specified [e9d7409](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/e9d7409c2d604dc12589c00ef922e08e3998e000)
@@ -16,6 +18,8 @@
1618
[#667](https://github.com/MeanderingProgrammer/render-markdown.nvim/pull/667)
1719
[ae8e75f](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/ae8e75f098ace7447c725bf1f0493d57294ddbe2)
1820
[7bb5e54](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/7bb5e54102cf140e12a7eb0f6ddf2f73c3b43922)
21+
- support toggling inline and block latex individually [#668](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/668)
22+
[fb0e70c](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/fb0e70cdca1bf748a838ef96cfadba1550b8925f)
1923

2024
### Bug Fixes
2125

lua/render-markdown/health.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ local state = require('render-markdown.state')
1313
local M = {}
1414

1515
---@private
16-
M.version = '8.12.18'
16+
M.version = '8.13.0'
1717

1818
function M.check()
1919
M.start('versions')

0 commit comments

Comments
 (0)