From 99f1810a6748534d62e2ed43fbf221beccda7b46 Mon Sep 17 00:00:00 2001 From: Jonas Ege Carlsen Date: Mon, 16 Oct 2023 09:46:46 +0200 Subject: [PATCH] Do not render uptime content as inline markdown. --- src/api/uptimeApi.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api/uptimeApi.ts b/src/api/uptimeApi.ts index 3cd9268f..c499b2e5 100644 --- a/src/api/uptimeApi.ts +++ b/src/api/uptimeApi.ts @@ -47,7 +47,6 @@ export async function fetchUptimeIssues( closable: !issue.labels?.find(label => label.name === 'permanent'), body: parseMarkdown({ markdown: he.decode(issue.body).replace(/<[^>]*>?/gm, ''), - inline: true, }), }; });