Client Side Syntax Highlighting

Syntax highlighting using Ace language modes and themes.

.code { width: 50%; position: relative; white-space: pre-wrap; }
function wobble (flam) {
    return flam.wobbled = true;
}