Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions docs/index.html.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -111,25 +111,6 @@

<div class="description">{{{description}}}</div>

{{#if symb}}
<table class="table table-sm">
<thead>
<tr>
<th>Input</th>
<th>Output</th>
</tr>
</thead>
<tbody>
{{#each symb}}
<tr>
<td><pre class="symbol">{{input}}</pre></td>
<td><pre class="symbol">{{output}}</pre></td>
</tr>
{{/each}}
</tbody>
</table>
{{/if}}

{{#if aka}}
<div class="aka">
Known in other languages or libraries as
Expand Down