c-cube / printbox

print nested boxes, lists, arrays, tables in several formats
https://c-cube.github.io/printbox/
BSD 2-Clause "Simplified" License
75 stars 9 forks source link

Multiline text is broken in `PrintBox_html` #34

Closed lukstafi closed 5 months ago

lukstafi commented 5 months ago

I.e. PrintBox.lines, the lines should be interspersed with <br/>. Currently the lines aren't even space separated.

There's also unsupported-yet features which seem to only be: padding and vertical alignment, less of a problem because more of an esthetics thing.

lukstafi commented 5 months ago

I'll fix this in the Markdown PR, where I optionally use HTML as fallback. I want nicer comparisons.