Comments in Markdown that will be ignored by HTML converter

I use Markdown for creation and editing of Web Content. I need to keep in my Markdown texts some comments/notes that must NOT be a part of generated HTML, even not as HTML comments. Is there any way for Markdown (or any of its flavors) to have this type of comments "invisible" for converter?


It's not straight forward but you may want to have a look at the link below. You may want to use either HTML comment syntax or 'hack' the link syntax to achieve your goal.

Comments in Markdown

链接地址: http://www.djcxy.com/p/20162.html

上一篇: Markdown打开一个新的窗口链接

下一篇: Markdown中的评论将被HTML转换器忽略