Skip to content

Commit

Permalink
Do not render uptime content as inline markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-C committed Oct 16, 2023
1 parent 1469c2a commit 99f1810
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/uptimeApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}),
};
});
Expand Down

0 comments on commit 99f1810

Please sign in to comment.