generated at
増井俊之


ScrapExecによるコードブロック評価
script.js
import '/api/code/masui/ScrapExec/script.js'

ScrapCalcによるコード実行
script.js
import '/api/code/masui/ScrapCalc/script.js'
style.css
@import '/api/code/masui/ScrapCalc/style.css';

インデントが同じところに線を引く
style.css
.indent-mark { height: 100% !important; } .indent-mark .pad { height: 100% !important; overflow: unset !important; } .indent-mark span:nth-child(2n+2) .pad { background: #f6f6f6; } .indent-mark span:nth-child(2n+1) .pad { background: #eee; }