c-cube / printbox

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

Fixes #39: more compact output for html and markdown #40

Closed lukstafi closed 7 months ago

lukstafi commented 7 months ago

For html, we just remove class="". We could do better (there's sometimes redundant <div>), but it's tricky with the types.

For markdown, we output one less endline after </details>. It's justified because separators for vlist and tree will themselves move to a new line.

lukstafi commented 7 months ago

@c-cube friendly ping?

c-cube commented 7 months ago

Thanks, that looks good :)