mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.19k stars 29 forks source link

feat: shrink snippet execution output to match code block width #286

Closed mfontanini closed 2 months ago

mfontanini commented 2 months ago

This shrinks the snippet execution output so it tries to fit the code snippet size. Without this change the execution output would always fit the width of the entire screen/layout which looked a bit weird if output lines were too short.

image