File tree 8 files changed +23
-16
lines changed
8 files changed +23
-16
lines changed Original file line number Diff line number Diff line change 1
1
name : Luarocks
2
2
3
3
on :
4
+ pull_request : # Tests packaging on PR
5
+ workflow_dispatch :
4
6
push :
5
7
tags :
6
8
- ' *'
7
- release :
8
- types :
9
- - created
10
- pull_request : # Tests packaging on PR
11
- workflow_dispatch :
12
9
13
10
jobs :
14
11
luarocks-upload :
15
12
runs-on : ubuntu-22.04
16
13
steps :
14
+ - name : Checkout
17
15
- uses : actions/checkout@v4
18
16
with :
19
17
fetch-depth : 0 # Required to get the tags
18
+
20
19
- name : Get Version
21
20
run : echo "LUAROCKS_VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
22
21
Original file line number Diff line number Diff line change 1
- * .cast
2
1
* .gif
3
- * .json
4
- medium.md
5
- large.md
6
- test.md
7
- test.log
2
+ /temp /
Original file line number Diff line number Diff line change 10
10
[ 726c85c] ( https://github.com/MeanderingProgrammer/markdown.nvim/commit/726c85cb9cc6d7d9c85af6ab093e1ee53b5e3c82 ) .
11
11
- Ultimately removed in TODO
12
12
13
+ ### Bug Fixes
14
+
15
+ - Block code rendering with transparent background [ #102 ] ( https://github.com/MeanderingProgrammer/markdown.nvim/pull/102 )
16
+
17
+ ### Collaborator Shoutouts
18
+
19
+ - @scottmckendry
20
+
13
21
## 5.0.0 (2024-07-27)
14
22
15
23
### ⚠ BREAKING CHANGES
Original file line number Diff line number Diff line change @@ -75,10 +75,12 @@ Plugin to improve viewing Markdown files in Neovim
75
75
76
76
## rocks.nvim
77
77
78
- ``` vimscript
78
+ ``` vim
79
79
:Rocks install markdown.nvim
80
80
```
81
81
82
+ - [ luarocks.org] ( https://luarocks.org/modules/MeanderingProgrammer/markdown.nvim )
83
+
82
84
## packer.nvim
83
85
84
86
``` lua
Original file line number Diff line number Diff line change 1
- *render-markdown.txt* For 0.10.0 Last change: 2024 July 27
1
+ *render-markdown.txt* For 0.10.0 Last change: 2024 July 29
2
2
3
3
==============================================================================
4
4
Table of Contents *render-markdown-table-of-contents*
@@ -103,10 +103,12 @@ LAZY.NVIM *render-markdown-install-lazy.nvim*
103
103
104
104
ROCKS.NVIM *render-markdown-install-rocks.nvim*
105
105
106
- >vimscript
106
+ >vim
107
107
:Rocks install markdown.nvim
108
108
<
109
109
110
+ - luarocks.org <https://luarocks.org/modules/MeanderingProgrammer/markdown.nvim >
111
+
110
112
111
113
PACKER.NVIM *render-markdown-install-packer.nvim*
112
114
Original file line number Diff line number Diff line change 5
5
- Add a performance test suite to measure improvements, relative value on
6
6
same hardware should still be useful.
7
7
- Figure out how to display the many configuration options & impact
8
+ - Potentially change LuaRocks icon dependency to [ mini.icons] ( https://luarocks.org/modules/neorocks/mini.icons )
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ cat-log:
52
52
cat ~/ .local/ state/ nvim/ render-markdown.log
53
53
54
54
gen-medium :
55
- just gen-file " 1000" > medium.md
55
+ just gen-file " 1000" > temp / medium.md
56
56
57
57
gen-large :
58
- just gen-file " 100000" > large.md
58
+ just gen-file " 100000" > temp / large.md
59
59
60
60
[private ]
61
61
gen-file lines :
You can’t perform that action at this time.
0 commit comments