Allow raw HTML in readme compatibility matrix

This commit is contained in:
lowlighter
2021-04-07 00:27:41 +02:00
parent 679886333f
commit 1e87775497
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
</tr><%# -%>
<% for (const [template, {name, readme}] of Object.entries(templates).filter(([key, value]) => (value)&&(!["community"].includes(key)))) { %>
<tr>
<th nowrap="nowrap"><%= name %></th><%# -%>
<th nowrap="nowrap"><%- name %></th><%# -%>
<% for (const [plugin] of Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key)))) { %>
<th nowrap="nowrap" align="center" data-plugin="<%= plugin %>"><%= readme.compatibility[plugin] ? "✔️" : "❌" %></th><% } %>
</tr><% } %>