Scrapboxでの数式の書き方
Scrapbox で使われているのは KaTeX
https://katex.org/docs/supported.html
Scrapboxで数学のノートを(TeX記法で)書く
https://qiita.com/yuki_shipcat/items/92c1ffb44f973bd6cfe6
https://oeis.org/wiki/List_of_LaTeX_mathematical_symbols
色を付ける
文字色は
\textcolor{色名}{文字}
背景色は
\colorbox{色名}{文字}
$ \colorbox{yellow}{y} = \textcolor{red}{x^2}