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