We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba23bd commit 3f57a77Copy full SHA for 3f57a77
1 file changed
lua/render-markdown/render/markdown/table.lua
@@ -191,11 +191,6 @@ function Render:compute_layout()
191
total_natural = total_natural + w
192
end
193
194
- -- Table already fits; use existing renderer
195
- if total_natural <= text_budget then
196
- return no_wrap
197
- end
198
-
199
-- Iterative redistribution:
200
-- Start with an equal share per column. Any column whose content fits
201
-- within that share gets locked at its natural width, freeing up budget
0 commit comments