Answers for "markdown comments github"

3

markdown comment

<!-- YOUR_COMMENT_HERE -->

OR:

AT_LEAST_ONE_EMPTY_LINE_HERE

[//]: # (YOUR_COMMENT_HERE)
Posted by: Guest on August-23-2020
2

markdown comment

Just use the HTML one
<!-- comment -->
or, if supported
[//]: # comment
Posted by: Guest on August-10-2021

Browse Popular Code Answers by Language