Skip to content

Commit ea3678d

Browse files
chore(release): 8.9.0
1 parent 7e6af36 commit ea3678d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

33
## Pre-release
44

5+
## 8.9.0 (2025-10-06)
6+
57
### Features
68

79
- remove delimiters around latex text before converting [2c6cf12](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/2c6cf127c577712bd29d38f6391b3045c5f0180a)
810
- convert latex asynchronously [44cbac6](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/44cbac697e50ae32e4644652da08cf692b9a5a57)
911
- combine latex virtual lines use center positioning [#520](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/520)
1012
[9a746ff](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/9a746ff62a482f5eb722b3bfc7eefb2e9d638858)
1113
- latex converter can now be a list, prefer utftex, fallback to latex2text [5f437a2](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/5f437a26a8a8b964eff683dd6f68bc2a0d38c5db)
14+
- scope highlight for html tags [#528](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/528)
15+
[9ab9dad](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/9ab9dade85d8c7d411cc89b592028da3d1b7955a)
16+
- improve startup time performance [06c7598](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/06c7598471911742e8816617a2afb9b2f29a808d)
17+
[7e6af36](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/7e6af36c846017122e07e68803bbf95f3c729ca3)
1218

1319
### Bug Fixes
1420

doc/render-markdown.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*render-markdown.txt* For NVIM v0.11.4 Last change: 2025 October 02
1+
*render-markdown.txt* For NVIM v0.11.4 Last change: 2025 October 06
22

33
==============================================================================
44
Table of Contents *render-markdown-table-of-contents*

lua/render-markdown/health.lua

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

88
---@private
9-
M.version = '8.8.12'
9+
M.version = '8.9.0'
1010

1111
function M.check()
1212
M.start('versions')

0 commit comments

Comments
 (0)