Skip to content

Commit c62147a

Browse files
committed
fix
1 parent 3a14ef3 commit c62147a

File tree

1 file changed

+2
-0
lines changed
  • packages/site-kit/src/lib/markdown

1 file changed

+2
-0
lines changed

packages/site-kit/src/lib/markdown/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ export function smart_quotes(
6666
open_quote = left;
6767
res += `&${left ? 'l' : 'r'}dquo`;
6868
index += 5;
69+
} else {
70+
res += '&';
6971
}
7072
} else if (!html && (char === '"' || char === "'")) {
7173
let left: boolean = first && !open_quote;

0 commit comments

Comments
 (0)