付注リンク記法
UserCSS.icon
上付き
記法 ×
リンクテキスト記法
の書式を拡張する(要併用)
書式:
&
'
[&' [link]text]
テキスト
付注リンク記法
注1
テキスト
付注リンク記法
*2
code:style.css
.deco-\&.deco-\'
class="deco-\& deco-\'"
{
.line:not(.cursor-line) & { display: inline-block; }
.line:not(.cursor-line) &::before { content: "["; }
.line:not(.cursor-line) &::after { content: "]"; }
}
#記法
#UserCSS