show defaults

This commit is contained in:
Cory LaViska
2021-12-30 18:11:07 -05:00
parent 0295d9c573
commit e05c66a973

View File

@@ -163,6 +163,7 @@
<tr>
<th>Name</th>
<th>Description</th>
<th>Default</th>
</tr>
</thead>
<tbody>
@@ -170,8 +171,9 @@
.map(
style => `
<tr>
<td><code>${escapeHtml(style.name)}</code></td>
<td class="nowrap"><code>${escapeHtml(style.name)}</code></td>
<td>${escapeHtml(style.description)}</td>
<td><code>${escapeHtml(style.default)}</code></td>
</tr>
`
)