mfontanini / presenterm

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

Using the no background and exec replace flags on codeblocks doesn't seem to work #381

Closed GV14982 closed 4 days ago

GV14982 commented 5 days ago

Hi there, love this project!

I'm currently trying to use the +no_background and +exec_replace options but it doesn't seem to be removing the background...

Here is my codeblock: ```bash +no_background +exec_replace figlet -f starwars "Vim Motions" | lolcat -f ```

Is this not supported? The docs mention it here.

mfontanini commented 4 days ago

Thanks for the report! I knew this was missing when implementing no_background but ended up forgetting to get back to it. This is now fixed!

GV14982 commented 2 days ago

Awesome, thanks so much for the quick turnaround!

image