diff --git a/library/src/symbols/sym.rs b/library/src/symbols/sym.rs index 421efe85..b535203c 100644 --- a/library/src/symbols/sym.rs +++ b/library/src/symbols/sym.rs @@ -64,8 +64,8 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { // Punctuation. amp: ['&', inv: '⅋'], ast: [ - basic: '*', op: '∗', + basic: '*', low: '⁎', double: '⁑', triple: '⁂', diff --git a/tests/ref/math/syntax.png b/tests/ref/math/syntax.png index 3779f9a8..b843185a 100644 Binary files a/tests/ref/math/syntax.png and b/tests/ref/math/syntax.png differ