From 0b371d91020555ec10cc821d033bf61d39102395 Mon Sep 17 00:00:00 2001 From: Eugene Date: Fri, 15 Nov 2024 02:59:14 +0000 Subject: [PATCH] Remove construct for dollar inline --- packages/bundle/src/markdown/mathExtension/math.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/bundle/src/markdown/mathExtension/math.ts b/packages/bundle/src/markdown/mathExtension/math.ts index ee3ceda696..764f7c1535 100644 --- a/packages/bundle/src/markdown/mathExtension/math.ts +++ b/packages/bundle/src/markdown/mathExtension/math.ts @@ -10,8 +10,7 @@ export default function math(): Extension { return { text: { - [BACKSLASH]: construct, - [DOLLAR]: construct + [BACKSLASH]: construct }, flow: { [BACKSLASH]: construct,