We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c9e08 commit 0eb76e3Copy full SHA for 0eb76e3
1 file changed
lua/render-markdown/render/markdown/table.lua
@@ -199,11 +199,6 @@ function Render:compute_layout()
199
end
200
201
202
- local total_natural = 0
203
- for _, w in ipairs(max_content) do
204
- total_natural = total_natural + w
205
- end
206
-
207
-- Iterative redistribution:
208
-- Start with an equal share per column. Any column whose content fits
209
-- within that share gets locked at its natural width, freeing up budget
0 commit comments