Allow raw HTML in readme compatibility matrix
This commit is contained in:
@@ -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><% } %>
|
||||
|
||||
Reference in New Issue
Block a user