| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fixes #2358.
|
|
|
|
|
|
|
|
Fixes #1948
|
|
Fixes #306
|
|
|
|
|
|
* Fix single prime in subscript (a_' producing wrong result)
* Clippy
|
|
|
|
|
|
|
|
|
|
* Improved #box baselines in math
* add a test
|
|
|
|
|
|
Fixes #713. They were previously classified by Unicode as relations, which caused a '+' sign after one of them to be treated as a unary operator rather than a binary operator. This PR overrides the Unicode classification and classifies them as normal instead, which causes a '+' sign after one of them to be properly treated as a binary operator.
|
|
Co-authored-by: Ryan Pitasky <111201305+rpitasky@users.noreply.github.com>
Co-authored-by: Daniel Csillag <15617291+dccsillag@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1475.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #572
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Breaking change: abbreviate attach() attachment params, top -> t, bottom -> b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|