From d1f107d2bfc7db2ae490a74d5a6cd5848e80e581 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sat, 17 Sep 2022 17:32:28 +0900 Subject: [PATCH] =?UTF-8?q?put=20`=E2=80=A2`=20at=20start=20of=20line?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/syntax/quot.ts | 4 ++++ 1 file changed, 4 insertions(+) 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,