mfontanini / presenterm

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

Allow selecting a prefix for comment commands #91

Closed mfontanini closed 11 months ago

mfontanini commented 11 months ago

This allows setting a prefix that'll be used to consider a comment command as such, which defaults to an empty string. An HTML comment is considered as such if a) it's single line and b) it starts with the prefix.

Fixes #90