mathup
mathup copied to clipboard
Easy MathML authoring tool with a quick to write syntax
Currently it is possible to write prescripts and postscripts (e.g. tensors) using empty groups `{::}_a{::}^b C {::}_d {::}^e`. Not only is the syntax clunky, but the markup this generates is...
As implemented newline space literals map to an `` with the `depth` attribute set. This really only works to increase the vertical space e.g. in fractions, however fractions are implemented...
Chrome and Firefox have a differing behavior when it comes to spacing between certain `` elements. Firefox adds a space between normal and italic `` elements, but Chrome doesn’t. For...
In ASCII Math, there's `/_` and `/_\` to create angle and triangle symbols. I couldn't find an equivalent in Mathup
### For `|vec R|` ``` |R|→ ``` which creates unqeual vertical bars. ### With `| vec R|` ``` |R|→ ``` it seems to work well, but not in all cases....
Hi and thanks for making this library! Would be great if the library provided typescript definitions for the API.
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...
It would be nice if unary operators are detected. For example, `a - -b` can be parsed and rendered as: `a−-b` instead of `a−−b` Edit: If the above is difficult,...
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.2 to 4.0.4. Changelog Sourced from form-data's changelog. v4.0.4 - 2025-07-16 Commits [meta] add auto-changelog 811f682 [Tests] handle predict-v8-randomness failures in node < 17 and node >...