Support \origof and \imageof (#2283)

* Support \origof and \imageof

* Fix documentation table

Co-authored-by: ylemkimon <mail@ylem.kim>
This commit is contained in:
Ron Kok
2020-07-17 01:20:23 -07:00
committed by GitHub
parent 3dd1ed45b4
commit 611fe6b698
4 changed files with 41 additions and 32 deletions

View File

@@ -3558,6 +3558,11 @@ describe("Unicode", function() {
expect`∈∋∝∼∽≂≃≅≈≊≍≎≏≐≑≒≓≖≗≜≡≤≥≦≧≪≫≬≳≷≺≻≼≽≾≿∴∵∣≔≕⩴⋘⋙⟂⊨∌`.toBuild(strictSettings);
});
it("should parse relations", function() {
// These characters are not in the KaTeX fonts. So they build with an error message.
expect`⊶⊷`.toParse();
});
it("should build big operators", function() {
expect`∏∐∑∫∬∭∮⋀⋁⋂⋃⨀⨁⨂⨄⨆`.toBuild(strictSettings);
});