Skip to content

Commit cb27c9f

Browse files
committed
docs: make options h4 so they're linkable
1 parent 212adbb commit cb27c9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/app/metrics/metadata.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ metadata.plugin = async function({__plugins, __templates, name, logger}) {
404404
if ("values" in o)
405405
cell.push(`<b>allowed values:</b><ul>${o.values.map(value => `<li>${value}</li>`).join("")}</ul>`)
406406
return ` <tr>
407-
<td nowrap="nowrap"><code>${option}</code></td>
407+
<td nowrap="nowrap"><h4><code>${option}</code></h4></td>
408408
<td rowspan="2">${marked.parse(description, {silent:true})}<img width="900" height="1" alt=""></td>
409409
</tr>
410410
<tr>

0 commit comments

Comments
 (0)