As answers to this Stack Overflow question
reveal, using <!---
and --->
or <!--
and -->
works (view source by clicking "Raw"):
How about commenting out <!--- just ---> a part of one line?
If you know of a way, please show me how by cloning this Gist, or commenting below!
As several commenters pointed out, for inline commenting <!-- a normal html comment -->
now works.
You can't see this:
Btw, wow, I created this gist in 2014 and only now became aware of the discussion and that it's the top Google hit for markdown comments github. 👍
Idea for triple dash came from https://stackoverflow.com/a/4829998. Back when this gist was originally written, the normal html comment didn't work at least for inline comments.
Anyway, gist updated now, thanks for all the comments! 😏