UNPKG

@azu/docco

Version:

The Quick and Dirty Literate Programming Documentation Generator

69 lines (46 loc) 2.04 kB
<!DOCTYPE html> <html> <head> <title>_urlref.coffee</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <link rel="stylesheet" media="all" href="docco.css" /> </head> <body> <div id="container"> <div id="background"></div> <ul class="sections"> <li id="title"> <div class="annotation"> <h1>_urlref.coffee</h1> </div> </li> <li id="section-1"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-1">&#182;</a> </div> <p>Look at this link to <a href="http://www.google.com">Google</a>!</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-built_in">console</span>.log <span class="hljs-string">'This must be Thursday.'</span></pre></div></div> </li> <li id="section-2"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-2">&#182;</a> </div> <p>And this link to <a href="http://www.google.com">Google</a> as well.</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-built_in">console</span>.log <span class="hljs-string">'I never could get the hang of Thursdays.'</span></pre></div></div> </li> <li id="section-3"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-3">&#182;</a> </div> </div> </li> </ul> </div> </body> </html>