[dom] Syntax-highlight code blocks

Domenic Denicola via GitHub <[email protected]> Thu, 16 Apr 2015 05:27:37 +0000
Newsgroups gmane.comp.web.dom.general
Message-ID <[email protected]>
domenic has just created a new issue for 
https://github.com/whatwg/dom:

== Syntax-highlight code blocks ==
Now that we have Bikeshed it should be easy to syntax-highlight the 
code blocks.

```js
<pre><code class="lang-html">
....
</code></pre>
```

Maybe I'll PR it tomorrow.

See https://github.com/whatwg/dom/issues/18