1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-31 06:18:01 +00:00

put at start of line

This commit is contained in:
Nebel 2022-09-17 17:32:28 +09:00
parent ad1e6ba9e4
commit d1f107d2bf

View file

@ -29,6 +29,10 @@ export const quotHighlighting = syntaxHighlighting(
{ {
tag: t.separator, tag: t.separator,
letterSpacing: "1.5em", letterSpacing: "1.5em",
"&:last-child:after": {
content: `"•"`,
marginInline: "-1em",
},
}, },
{ {
tag: t.link, tag: t.link,