Kramdown supports block-like comments:
{::comment:}
This text is completely ignored by kramdown
{::comment:}
Would it make sense to implement inline comments, like in this ERB
example:
This text is completely <%# find better word %> ignored by kramdown
Michael