Allow raw HTML in readme compatibility matrix
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
</tr><%# -%>
|
</tr><%# -%>
|
||||||
<% for (const [template, {name, readme}] of Object.entries(templates).filter(([key, value]) => (value)&&(!["community"].includes(key)))) { %>
|
<% for (const [template, {name, readme}] of Object.entries(templates).filter(([key, value]) => (value)&&(!["community"].includes(key)))) { %>
|
||||||
<tr>
|
<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)))) { %>
|
<% 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><% } %>
|
<th nowrap="nowrap" align="center" data-plugin="<%= plugin %>"><%= readme.compatibility[plugin] ? "✔️" : "❌" %></th><% } %>
|
||||||
</tr><% } %>
|
</tr><% } %>
|
||||||
|
|||||||
@@ -758,7 +758,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
|
|||||||
<th nowrap="nowrap" align="center" data-plugin="nightscout">❌</th>
|
<th nowrap="nowrap" align="center" data-plugin="nightscout">❌</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th nowrap="nowrap">📒 Markdown <sup>🚧 v3.7</sup></th>
|
<th nowrap="nowrap">📒 Markdown <sup>🚧 v3.7</sup></th>
|
||||||
<th nowrap="nowrap" align="center" data-plugin="base">✔️</th>
|
<th nowrap="nowrap" align="center" data-plugin="base">✔️</th>
|
||||||
<th nowrap="nowrap" align="center" data-plugin="isocalendar">❌</th>
|
<th nowrap="nowrap" align="center" data-plugin="isocalendar">❌</th>
|
||||||
<th nowrap="nowrap" align="center" data-plugin="languages">❌</th>
|
<th nowrap="nowrap" align="center" data-plugin="languages">❌</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user