Answers for "make comments in markdown"

1

markdown comment

<!-- YOUR_COMMENT_HERE -->

OR:

AT_LEAST_ONE_EMPTY_LINE_HERE

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

markdown comment

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

comment in markdown

[//]: # (This may be the most platform independent comment, but i depends)
[//]: # (it does not work in google colab)
Posted by: Guest on February-04-2021

Browse Popular Code Answers by Language