Support for 'code' element and 'language-*' classes (HTML5)
Status: Beta
Brought to you by:
gnombat
The HTML5 spec says (http://www.w3.org/TR/html5/text-level-semantics.html#the-code-element):
'Although there is no formal way to indicate the language of computer code being marked up, authors who wish to mark code elements with the language used, e.g. so that syntax highlighting scripts can use the right rules, may do so by adding a class prefixed with "language-" to the element.'