octothorpe thpptt pow. let there be permalinks and backgrounds.
This commit is contained in:
parent
2250694c32
commit
399a7ebff0
@ -7,6 +7,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id='container'>
|
||||
<div id="background"></div>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -17,7 +18,12 @@
|
||||
<tbody>
|
||||
{{#sections}}
|
||||
<tr id='section-{{ num }}'>
|
||||
<td class=docs>{{{ docs }}}</td>
|
||||
<td class=docs>
|
||||
<div class="octowrap">
|
||||
<a class="octothorpe" href="#section-{{ num }}">#</a>
|
||||
</div>
|
||||
{{{ docs }}}
|
||||
</td>
|
||||
<td class=code>
|
||||
<div class='highlight'><pre>{{{ code }}}</pre></div>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user