Answers for "how ot comment in markdown"

2

markdown comment

<!-- YOUR_COMMENT_HERE -->

OR:

AT_LEAST_ONE_EMPTY_LINE_HERE

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

comment in markdown section yaml

<!---
your comment goes here
and here
-->
Posted by: Guest on June-06-2020

Browse Popular Code Answers by Language