mdp icon indicating copy to clipboard operation
mdp copied to clipboard

Wish: Allow comments for presentation notes

Open jan-lehmkuhl opened this issue 3 years ago • 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

jan-lehmkuhl avatar Mar 07 '21 19:03 jan-lehmkuhl

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.

programandala-net avatar May 19 '21 12:05 programandala-net