Skip to content

Commit

Permalink
Merge pull request #368 from amplimindcc/312-add-markdown-rendering-t…
Browse files Browse the repository at this point in the history
…o-commit-pag

parse html on commit page
  • Loading branch information
ImpyKid authored Jun 13, 2024
2 parents 5e82a37 + 1807f12 commit 841272f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Commit/Commit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ const Commit = () => {
<p>{introText}</p>
<br />
<h3>{t('exerciseHeader')}</h3>
<p className='description'>{exerciseText}</p>
<p className='description' dangerouslySetInnerHTML={{__html: exerciseText}}></p>
<br />
<form onSubmit={handleSubmit} data-testid="commit-form">
<div className="oneLine">
Expand Down

0 comments on commit 841272f

Please sign in to comment.