Skip to content

Commit 598d22b

Browse files
committed
fix(docs): compatibility matrix [skip ci]
1 parent cbc3a9e commit 598d22b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/readme/partials/documentation/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<td nowrap="nowrap" align="center" data-plugin="wakatime">✓</td>
193193
</tr>
194194
<tr>
195-
<td colspan="40"></td>
195+
<td colspan="35"></td>
196196
</tr>
197197
<tr>
198198
<th nowrap="nowrap">Mode/Plugin</th>

.github/readme/partials/templated/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<td nowrap="nowrap" align="center" data-plugin="<%= plugin %>"><%= {true:"✔️", false:"❌", embed:"✓"}[readme.compatibility[plugin]] %></td><% } %>
1414
</tr><% } %>
1515
<tr>
16-
<td colspan="<%= Object.keys(plugins).length %>"></td>
16+
<td colspan="<%= Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key))&&(value.category !== "community")).length %>"></td>
1717
</tr>
1818
<tr>
1919
<th nowrap="nowrap">Mode/Plugin</th><%# -%>

0 commit comments

Comments
 (0)