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: add nushell code execution #274

Closed mfontanini closed 2 months ago

mfontanini commented 2 months ago

This adds nushell code execution. Code highlighting is not supported yet as bat doesn't support it, so nushell snippets won't have any highlighting but can be executed.

Relates to #271