desmosinc / mathquill

Magic textboxes where you can type math as easily as writing!
mathquill.com
132 stars 39 forks source link

Allow substitution in subscripts after log, based on config #283

Open jared-hughes opened 5 months ago

jared-hughes commented 5 months ago

Pass the option disableAutoSubstitutionInSubscripts: { except: "log" } to allow log_pi to type \log_{\pi} but keep x_pi typing x_{pi}.

Also, documents the config option since it was undocumented before.