We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fff90 commit bff12b4Copy full SHA for bff12b4
lua/render-markdown/colors.lua
@@ -86,7 +86,6 @@ end
86
87
---@private
88
function M.reload()
89
- vim.print(M.cache)
90
for _, color in pairs(M.cache.combine) do
91
M.combine(color.fg, color.bg, true)
92
end
lua/render-markdown/health.lua
@@ -5,7 +5,7 @@ local state = require('render-markdown.state')
5
local M = {}
6
7
8
-M.version = '8.3.17'
+M.version = '8.3.18'
9
10
function M.check()
11
M.start('version')
0 commit comments