visit1985/mdp

Wish: Allow comments for presentation notes

jan-lehmkuhl opened this issue · 1 comments

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

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.