<!doctype html>
<html>
<head>
<title>SlidesCodeHighlighter</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<!-- a comment -->
<![CDATA[
cdata is still a thing
]]>
<foo bar="baz" blah=2 />
<script>
let $ = require('jquery');
$.sayHi(15);
</script>
</body>
</html>