From 21325374d4f050badbd72438c2486a3e2f65319f Mon Sep 17 00:00:00 2001 From: Poscat Date: Mon, 11 May 2020 21:47:55 +0800 Subject: [PATCH] =?UTF-8?q?Add=20symbol=20"=E2=8A=9B"=20(Circled=20Asteris?= =?UTF-8?q?k=20Operator)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- defaults/math.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/defaults/math.json b/defaults/math.json index f69829f..6fdad10 100644 --- a/defaults/math.json +++ b/defaults/math.json @@ -154,6 +154,11 @@ "description": "⊗", "body": "⊗" }, + { + "label": "o*", + "description": "⊛", + "body": "⊛" + }, { "label": "o/", "description": "⊘",