Skip to content

Commit 6a744f0

Browse files
chore(release): 8.10.0
1 parent 060c911 commit 6a744f0

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,6 +2,8 @@
22

33
## Pre-release
44

5+
## 8.10.0 (2025-11-08)
6+
57
### Features
68

79
- add footnote icon [ceff151](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/ceff15170c173c9a62ba491ac6449858cbadadf3)
@@ -11,6 +13,10 @@
1113
- dash width function [#537](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/537)
1214
[691651d](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/691651de4e02cbea9ff50c62d7d3a679abc95564)
1315
- implement preview split [72f658d](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/72f658d7c506fff6a10bee4e7fa2af081f91489b)
16+
- custom inline highlight based on prefix [#544](https://github.com/MeanderingProgrammer/render-markdown.nvim/discussions/544)
17+
[10126ef](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/10126effbafb74541b69219711dfb2c631e7ebf8)
18+
- support configuration via `vim.g.render_markdown_config` [a1b2bf0](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/a1b2bf029c37397947082f31969b4aec0d1b92bd)
19+
- provide more capable render API [060c911](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/060c911c62f995a9db4467dde6fafd699cf94d55)
1420

1521
### Bug Fixes
1622

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.5 Last change: 2025 November 05
1+
*render-markdown.txt* For NVIM v0.11.5 Last change: 2025 November 08
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.9.14'
9+
M.version = '8.10.0'
1010

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

0 commit comments

Comments
 (0)