File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 99 interchangeable. Notice of deprecation has been available for a month since
1010 [ 726c85c] ( https://github.com/MeanderingProgrammer/markdown.nvim/commit/726c85cb9cc6d7d9c85af6ab093e1ee53b5e3c82 ) .
1111 - Ultimately removed in TODO
12+
13+ ## 5.0.0 (2024-07-27)
14+
15+ ### ⚠ BREAKING CHANGES
16+
1217- Add additional user command controls to allow lazy loading on command [ #72 ] ( https://github.com/MeanderingProgrammer/markdown.nvim/issues/72 )
1318 [ 3c36a25] ( https://github.com/MeanderingProgrammer/markdown.nvim/commit/3c36a257e2a5684b274c1a44fddd64183c7a7507 )
1419- In order to fix:
4651 [ a273033] ( https://github.com/MeanderingProgrammer/markdown.nvim/commit/a27303384570b85ee4538fa5f30eb418fef01ec7 )
4752- Auto-setup using plugin directory [ #79 ] ( https://github.com/MeanderingProgrammer/markdown.nvim/issues/79 )
4853 [ 67bdd9b] ( https://github.com/MeanderingProgrammer/markdown.nvim/commit/67bdd9b68c6519bf1d5365f10c96107032bb4532 )
54+ - Upload to LuaRocks [ #78 ] ( https://github.com/MeanderingProgrammer/markdown.nvim/pull/78 )
4955
5056### Bug Fixes
5157
6773- @chrisgrieser
6874- @Zeioth
6975- @joshuarayton
76+ - @mrcjkb
7077
7178### Awesome Things
7279
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
22
33==============================================================================
44Table of Contents *render-markdown-table-of-contents*
@@ -8,6 +8,7 @@ Table of Contents *render-markdown-table-of-contents*
883. Requirements | render-markdown-requirements |
994. Install | render-markdown-install |
1010 - lazy.nvim | render-markdown-install-lazy.nvim |
11+ - rocks.nvim | render-markdown-install-rocks.nvim |
1112 - packer.nvim | render-markdown-install-packer.nvim |
12135. Commands | render-markdown-commands |
13146. Setup | render-markdown-setup |
@@ -100,6 +101,13 @@ LAZY.NVIM *render-markdown-install-lazy.nvim*
100101<
101102
102103
104+ ROCKS.NVIM *render-markdown-install-rocks.nvim*
105+
106+ >vimscript
107+ :Rocks install markdown.nvim
108+ <
109+
110+
103111PACKER.NVIM *render-markdown-install-packer.nvim*
104112
105113>lua
You can’t perform that action at this time.
0 commit comments