Skip to content

Commit

Permalink
Render markdown styles in the check description
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Mar 25, 2022
1 parent 5bdd07f commit 931ca4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/components/ChecksCatalog/ChecksCatalog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const ChecksCatalog = () => {
<div className="sm:flex">
<p className="flex items-center text-sm">
<ReactMarkdown
className="markdown"
remarkPlugins={[remarkGfm]}
>
{check.description}
Expand Down

0 comments on commit 931ca4d

Please sign in to comment.