Skip to content

Instantly share code, notes, and snippets.

@mgutz
Created November 23, 2010 09:15
Show Gist options
  • Save mgutz/711504 to your computer and use it in GitHub Desktop.
Save mgutz/711504 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>test.rb</title>
<link rel="stylesheet" href="http://github.com/jashkenas/docco/raw/0.3.0/resources/docco.css">
</head>
<body>
<div id='container'>
<div id="background"></div>
<table cellspacing=0 cellpadding=0>
<thead>
<tr>
<th class=docs><h1>test.rb</h1></th>
<th class=code></th>
</tr>
</thead>
<tbody>
<tr id='section-1'>
<td class=docs>
<div class="pilwrap">
<a class="pilcrow" href="#section-1">&#182;</a>
</div>
<h1>H1 Test</h1>
<p>jack and jill ..</p>
</td>
<td class=code>
<div class='highlight'><pre><span class="k">def</span> <span class="nf">foo</span>
<span class="s1">&#39;bar&#39;</span>
<span class="k">end</span></pre></div>
</td>
</tr>
</table>
</div>
</body>
=begin
# H1 Test
jack and jill ..
=end
def foo
'bar'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment