Answers for "how to comment 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
1

markdown comment

<!-- *comment* --/>
Posted by: Guest on March-29-2021
1

comment in markdown section yaml

<!---
your comment goes here
and here
-->
Posted by: Guest on June-06-2020
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