/**
 * Prism: Lightweight, robust, elegant syntax highlighting
 * MIT license http://www.opensource.org/licenses/mit-license.php/
 * @author Lea Verou http://lea.verou.me
 * Reach Lea at fake@email.com (no, not really)
 * And this is a Markdown link. Sweet, huh?
 */
var foo = 5;
// And a single line comment http://google.com
@font-face {
  src: url(http://lea.verou.me/logo.otf);
  font-family: 'LeaVerou';
}
<!-- Links in HTML, woo!
Lea Verou http://lea.verou.me or, with Markdown, Lea Verou -->
<img src="http://prismjs.com/img/spectrum.png" alt="In attributes too!" />
<p>Autolinking in raw text: http://prismjs.com</p>
[Text you want to see](http://url-goes-here.com)