HTML properties with a hyphen, e.g. ``` html <meta http-equiv="X-UA-Compatible" content="IE=edge"> ``` here on Github, appear as ``` html <meta http=""-equiv="X-UA-Compatible" content="IE=edge"> ``` in the source view.