Enter-tainer / typstyle

Beautiful and reliable typst code formatter

Home Page:https://enter-tainer.github.io/typstyle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`#` prefixed variable in math

Enter-tainer opened this issue · comments

#let total_order = 123
#let another-order = 456
$ a^#total_order + a^#another-order$

I previously thought we only need # for single char vars. But it turns out to be needed in more cases

This has been workarounded in recent commits. We don't format them