docs: make options h4 so they're linkable

This commit is contained in:
lowlighter
2022-02-03 18:20:48 -05:00
parent 212adbb0be
commit cb27c9f8d3

View File

@@ -404,7 +404,7 @@ metadata.plugin = async function({__plugins, __templates, name, logger}) {
if ("values" in o)
cell.push(`<b>allowed values:</b><ul>${o.values.map(value => `<li>${value}</li>`).join("")}</ul>`)
return ` <tr>
<td nowrap="nowrap"><code>${option}</code></td>
<td nowrap="nowrap"><h4><code>${option}</code></h4></td>
<td rowspan="2">${marked.parse(description, {silent:true})}<img width="900" height="1" alt=""></td>
</tr>
<tr>