Markdown File Add Comments
Learn how to add comments in Markdown or .md file
Published
Markdown File Add Comments
You can use normal HTML comments in Markdown file and it works.
The preferable syntax is following that works as regardless of platform. Please add an empty line before writing this.
Markdown Comments Syntax 1
<!--
HTML or MARK down comments.
-->
Markdown Comments Syntax 2
[//]: # (This syntax works like a comment, and won't appear in any output.)