mfontanini / presenterm

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

fix: display background color behind '\t' in code exec output #245

Closed mfontanini closed 5 months ago

mfontanini commented 5 months ago

This transforms tabs into spaces so we can highlight them properly. This defaults to 4 tabs per space but if someone complains we can make it configurable.

Fixes #240