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 125aa2c commit 74c4243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/components/ChecksCatalog/ChecksCatalog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const ChecksCatalog = () => {
<div className="mt-2 sm:flex sm:justify-between">
<div className="sm:flex">
<p className="flex items-center text-sm">
<ReactMarkdown remarkPlugins={[remarkGfm]}>{check.description}</ReactMarkdown>
<ReactMarkdown className="markdown" remarkPlugins={[remarkGfm]}>{check.description}</ReactMarkdown>
</p>
</div>
</div>
Expand Down

0 comments on commit 74c4243

Please sign in to comment.