Skip to content

Commit fe1002f

Browse files
chore(release): 7.3.0
1 parent bdf03ef commit fe1002f

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

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

33
## Pre-release
44

5+
## 7.3.0 (2024-10-04)
6+
57
### Features
68

79
- chechbox scope highlight [cb90caf](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/cb90caf64951b5b7515def7783b32e73883e374c)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,12 @@ Plugin to improve viewing Markdown files in Neovim
6464
```lua
6565
{
6666
'MeanderingProgrammer/render-markdown.nvim',
67-
opts = {},
6867
dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, -- if you use the mini.nvim suite
6968
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins
7069
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
70+
---@module 'render-markdown'
71+
---@type render.md.UserConfig
72+
opts = {},
7173
}
7274
```
7375

doc/render-markdown.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*render-markdown.txt* For 0.10.0 Last change: 2024 October 03
1+
*render-markdown.txt* For 0.10.0 Last change: 2024 October 04
22

33
==============================================================================
44
Table of Contents *render-markdown-table-of-contents*
@@ -90,10 +90,12 @@ LAZY.NVIM *render-markdown-install-lazy.nvim*
9090
>lua
9191
{
9292
'MeanderingProgrammer/render-markdown.nvim',
93-
opts = {},
9493
dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, -- if you use the mini.nvim suite
9594
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins
9695
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
96+
---@module 'render-markdown'
97+
---@type render.md.UserConfig
98+
opts = {},
9799
}
98100
<
99101

lua/render-markdown/health.lua

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

66
---@private
7-
M.version = '7.2.10'
7+
M.version = '7.3.0'
88

99
function M.check()
1010
M.start('version')

0 commit comments

Comments
 (0)