diff --git a/app/syntax/quot.ts b/app/syntax/quot.ts index 7f1d70d..402ab83 100644 --- a/app/syntax/quot.ts +++ b/app/syntax/quot.ts @@ -24,7 +24,9 @@ export const quotHighlighting = syntaxHighlighting( tag: t.heading, fontWeight: "bold", fontSize: "1.25em", - marginBlockEnd: "0.5em", + ".cm-line:has(> &)": { + marginBlockEnd: "0.5em", + }, }, { tag: t.link,