Comment out HTML —> not being picked up

Tell us what’s happening:

I have correctly commented out h1 and p. Yet, h2 is not showing. I am using an iPad with the safari browser could that be the problem?

Your code so far


<!--
<h1>Hello World</h1>
-—>
<h2>CatPhotoApp</h2>
<!-—
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
-—>

Your browser information:

User Agent is: Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Mobile/15E148 Safari/604.1.

Link to the challenge:

A dash was used instead of a hyphen in both comments:

-—> This should be -->

Thank you. I on the iPad I only see the “-“ which looks like a dash. Now to comment out in html
<!— this is text —> this is two dashes that the editor considers to be one dash.

Should I try a Windows 10 laptop instead?

I’m pretty sure it can only be hyphens, the shorter line, and not dashes, the longer line.
So to comment out something it’d be <!-- text -->
Not <!— text —>