mfontanini / presenterm

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

Unset LC_TERMINAL before exporting to pdf #99

Closed mfontanini closed 10 months ago

mfontanini commented 10 months ago

It seems like viuer thinks that we support the iterm image protocol when exporting a pdf. Unset the LC_TERMINAL environment variable so it doesn't believe that anymore and it emits images as ascii blocs.

Fixes #98