visit1985 / mdp

A command-line based markdown presentation tool.
GNU General Public License v3.0
4.93k stars 258 forks source link

Wish: Allow comments for presentation notes #147

Open jan-lehmkuhl opened 3 years ago

jan-lehmkuhl commented 3 years ago

When I prepare my slides I like to add notes in the slides to remember what to say on presentation day. Add html comments like in other markdown files would be awesome.

<!-- Text -->

PS amazing work, thanks

programandala-net commented 3 years ago

This is the first thing I've missed when I've tried mdp. Internal comments are very useful in any kind of source code. Until HTML comments are supported, a workaround is to preprocess the source, for example with vim or sed, and get a version without comments.