From 1e87775497ac36e8ff929ad625bd6fa45d4862b1 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Wed, 7 Apr 2021 00:27:41 +0200 Subject: [PATCH] Allow raw HTML in readme compatibility matrix --- .github/readme/partials/documentation/compatibility.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/readme/partials/documentation/compatibility.md b/.github/readme/partials/documentation/compatibility.md index 53b9d885..506d1efc 100644 --- a/.github/readme/partials/documentation/compatibility.md +++ b/.github/readme/partials/documentation/compatibility.md @@ -8,7 +8,7 @@ <%# -%> <% for (const [template, {name, readme}] of Object.entries(templates).filter(([key, value]) => (value)&&(!["community"].includes(key)))) { %> - <%= name %><%# -%> + <%- name %><%# -%> <% for (const [plugin] of Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key)))) { %> <%= readme.compatibility[plugin] ? "✔️" : "❌" %><% } %> <% } %> diff --git a/README.md b/README.md index 50f5a4f4..bcd03f1f 100644 --- a/README.md +++ b/README.md @@ -758,7 +758,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1 ❌ - 📒 Markdown <sup>🚧 v3.7</sup> + 📒 Markdown 🚧 v3.7 ✔️ ❌ ❌