We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffa731 commit ea47ecaCopy full SHA for ea47eca
lua/render-markdown/render/markdown/table.lua
@@ -186,11 +186,6 @@ function Render:compute_layout()
186
end
187
188
189
- local total_natural = 0
190
- for _, w in ipairs(max_content) do
191
- total_natural = total_natural + w
192
- end
193
-
194
-- Iterative redistribution:
195
-- Start with an equal share per column. Any column whose content fits
196
-- within that share gets locked at its natural width, freeing up budget
0 commit comments