diff --git a/app/syntax/quot.ts b/app/syntax/quot.ts index fa1d1f3..22c5395 100644 --- a/app/syntax/quot.ts +++ b/app/syntax/quot.ts @@ -29,6 +29,10 @@ export const quotHighlighting = syntaxHighlighting( { tag: t.separator, letterSpacing: "1.5em", + "&:last-child:after": { + content: `"•"`, + marginInline: "-1em", + }, }, { tag: t.link,