You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<style type="text/css">
.invisible-ink {
display: none;
}
.remark-container.remark-presenter-mode .invisible-ink {
display: inline;
color: red;
}
<style>
<!-- your code here -->
<textarea id="source">
# My Slide
Here's some text. .invisible-ink[Here's some text that only shows up in presenter mode.]
</textarea>
Hidden Comments
Hi often when i am making a presentation I like to have extra notes for myself which I don't want displayed in the notes at all.
I know that comments in markdown is a problem but perhaps something could be implemented in remark?
Am thinking an extra division within ??? that prevents text being displayed marking a possible slide be;
The text was updated successfully, but these errors were encountered: