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 d72575b commit ba6253dCopy full SHA for ba6253d
lua/render-markdown/render/dash.lua
@@ -17,7 +17,6 @@ end
17
function Render:render()
18
local width = self.dash.width
19
width = type(width) == 'number' and self.context:resolve_offset(width, 0) or vim.o.columns
20
- self.dash.left_margin = self.dash.left_margin or 0
21
local margin = self.context:resolve_offset(self.dash.left_margin, width)
22
23
local virt_text = {}
0 commit comments