UNPKG

codo

Version:

A CoffeeScript documentation generator.

7 lines (5 loc) 264 B
$ -> # 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')