Skip to content

Commit

Permalink
Fixes the typographer quote replacement issue (#11111)
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar authored Mar 7, 2025
1 parent 93be23b commit 0837b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const md = new MarkdownIt({
breaks: true,
linkify: true,
typographer: true,
quotes: ['""', "''"],
quotes: "“”‘’",
});

export interface MarkdownProps extends React.HTMLAttributes<HTMLDivElement> {
Expand Down

0 comments on commit 0837b8d

Please sign in to comment.