Skip to content

Commit

Permalink
remove duplicate sql language descriptor for markdown code block
Browse files Browse the repository at this point in the history
  • Loading branch information
anuthebananu committed Dec 17, 2024
1 parent 2c429a5 commit c893059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const Description = ({maxHeight, description, fontSize}: IDescriptionProp
)}

<div ref={container} style={{overflowX: 'auto'}}>
<Markdown>{removeLeadingSpaces(description.replace('```', '```sql'))}</Markdown>
<Markdown>{removeLeadingSpaces(description)}</Markdown>
</div>
</Container>
);
Expand Down

0 comments on commit c893059

Please sign in to comment.