jgm / djot.js

JavaScript implementation of djot
MIT License
146 stars 16 forks source link

Math -> DisplayMath/InlineMath? #19

Closed jgm closed 1 year ago

jgm commented 1 year ago

Math shadows the built in JS Math. Consider changing to DisplayMath/InlineMath, parallel to SingleQuoted/DoubleQuoted? Alternatively, change the latter to Quoted with an additional parameter? Or, keep it as Math and let people sort out the conflict (if we do that, Symb should go back to Symbol).