Sha256: cb1c0847717558a0a753677e8fe03c2d1c165f1040f1fa5828db8be35d930154
Contents?: true
Size: 264 Bytes
Versions: 19
Compression:
Stored size: 264 Bytes
Contents
$ -> # Highlight code $('pre code').each (i, e) -> hljs.highlightBlock e, ' ' # Show external links in the main doc to avoid frame blocking by X-Frame-Options. $('#content a').each -> $(@).attr('target', '_top') if /^https?:\/\//i.test $(@).attr('href')
Version data entries
19 entries across 19 versions & 1 rubygems