File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 9
9
interchangeable. Notice of deprecation has been available for a month since
10
10
[ 726c85c] ( https://github.com/MeanderingProgrammer/markdown.nvim/commit/726c85cb9cc6d7d9c85af6ab093e1ee53b5e3c82 ) .
11
11
- Ultimately removed in TODO
12
+
13
+ ## 5.0.0 (2024-07-27)
14
+
15
+ ### ⚠ BREAKING CHANGES
16
+
12
17
- Add additional user command controls to allow lazy loading on command [ #72 ] ( https://github.com/MeanderingProgrammer/markdown.nvim/issues/72 )
13
18
[ 3c36a25] ( https://github.com/MeanderingProgrammer/markdown.nvim/commit/3c36a257e2a5684b274c1a44fddd64183c7a7507 )
14
19
- In order to fix:
46
51
[ a273033] ( https://github.com/MeanderingProgrammer/markdown.nvim/commit/a27303384570b85ee4538fa5f30eb418fef01ec7 )
47
52
- Auto-setup using plugin directory [ #79 ] ( https://github.com/MeanderingProgrammer/markdown.nvim/issues/79 )
48
53
[ 67bdd9b] ( https://github.com/MeanderingProgrammer/markdown.nvim/commit/67bdd9b68c6519bf1d5365f10c96107032bb4532 )
54
+ - Upload to LuaRocks [ #78 ] ( https://github.com/MeanderingProgrammer/markdown.nvim/pull/78 )
49
55
50
56
### Bug Fixes
51
57
67
73
- @chrisgrieser
68
74
- @Zeioth
69
75
- @joshuarayton
76
+ - @mrcjkb
70
77
71
78
### Awesome Things
72
79
Original file line number Diff line number Diff line change 1
- *render-markdown.txt* For 0.10.0 Last change: 2024 July 26
1
+ *render-markdown.txt* For 0.10.0 Last change: 2024 July 27
2
2
3
3
==============================================================================
4
4
Table of Contents *render-markdown-table-of-contents*
@@ -8,6 +8,7 @@ Table of Contents *render-markdown-table-of-contents*
8
8
3. Requirements | render-markdown-requirements |
9
9
4. Install | render-markdown-install |
10
10
- lazy.nvim | render-markdown-install-lazy.nvim |
11
+ - rocks.nvim | render-markdown-install-rocks.nvim |
11
12
- packer.nvim | render-markdown-install-packer.nvim |
12
13
5. Commands | render-markdown-commands |
13
14
6. Setup | render-markdown-setup |
@@ -100,6 +101,13 @@ LAZY.NVIM *render-markdown-install-lazy.nvim*
100
101
<
101
102
102
103
104
+ ROCKS.NVIM *render-markdown-install-rocks.nvim*
105
+
106
+ >vimscript
107
+ :Rocks install markdown.nvim
108
+ <
109
+
110
+
103
111
PACKER.NVIM *render-markdown-install-packer.nvim*
104
112
105
113
>lua
You can’t perform that action at this time.
0 commit comments