Skip to content

Commit

Permalink
Fix quotation
Browse files Browse the repository at this point in the history
  • Loading branch information
kidw0124 committed Aug 6, 2024
1 parent 44b7a5a commit b221d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/problems/[qid]/statements/EditStatement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export default function EditStatement({
</ButtonGroup>
</Stack>
<Typography variant='caption' px={2}>
It is recommended to use simple TeX, "Preview in HTML" feature supports only
subset of TeX markup
It is recommended to use simple TeX, &ldquo;Preview in HTML&rdquo; feature
supports only subset of TeX markup
</Typography>
</Stack>
<TextField id='prob_name' label='Name' fullWidth />
Expand Down

0 comments on commit b221d78

Please sign in to comment.