fix(docs): compatibility matrix [skip ci]

This commit is contained in:
lowlighter
2022-01-16 23:55:48 -05:00
parent cbc3a9e56a
commit 598d22b247
2 changed files with 2 additions and 2 deletions

View File

@@ -192,7 +192,7 @@
<td nowrap="nowrap" align="center" data-plugin="wakatime">✓</td> <td nowrap="nowrap" align="center" data-plugin="wakatime">✓</td>
</tr> </tr>
<tr> <tr>
<td colspan="40"></td> <td colspan="35"></td>
</tr> </tr>
<tr> <tr>
<th nowrap="nowrap">Mode/Plugin</th> <th nowrap="nowrap">Mode/Plugin</th>

View File

@@ -13,7 +13,7 @@
<td nowrap="nowrap" align="center" data-plugin="<%= plugin %>"><%= {true:"✔️", false:"❌", embed:"✓"}[readme.compatibility[plugin]] %></td><% } %> <td nowrap="nowrap" align="center" data-plugin="<%= plugin %>"><%= {true:"✔️", false:"❌", embed:"✓"}[readme.compatibility[plugin]] %></td><% } %>
</tr><% } %> </tr><% } %>
<tr> <tr>
<td colspan="<%= Object.keys(plugins).length %>"></td> <td colspan="<%= Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key))&&(value.category !== "community")).length %>"></td>
</tr> </tr>
<tr> <tr>
<th nowrap="nowrap">Mode/Plugin</th><%# -%> <th nowrap="nowrap">Mode/Plugin</th><%# -%>