_
とのコンビネーションで発動するようにしてみる -
をつけると破線になるstyle.css.line:not(.cursor-line) .deco:has(.deco-\'):has(.deco-_) {
display: flex;
align-items: center;
text-align: center;
&::before, &::after {
flex-grow: 1;
min-width: 30px;
content: "";
border-top: 1px solid #afafaf;
}
&:has(.deco-\-) {
&::before, &::after {
border-style: dashed none none;
}
}
&::before {
margin-right: 10px;
}
&::after {
margin-left: 10px;
}
:has(.deco-_) {
text-decoration: none !important;
}
}
script.js scrapbox.TimeStamp.addFormat("[['_ ]YYYY/MM/DD HH:mm:ss[]]")