From 8e73c65ab04e45887de4bab9fec121d7fac54c3e Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Thu, 3 Feb 2022 16:23:08 -0800 Subject: [PATCH] Fix bare math blocks with nested beging/end Fixes #141905 This picks up https://github.com/mjbvz/markdown-it-katex/commit/b1ed14de467031f5d4f9c1588dd1868cab0b8744 --- extensions/markdown-math/yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/markdown-math/yarn.lock b/extensions/markdown-math/yarn.lock index afbc51221af2a..5909a3a8c1074 100644 --- a/extensions/markdown-math/yarn.lock +++ b/extensions/markdown-math/yarn.lock @@ -4,7 +4,7 @@ "@iktakahiro/markdown-it-katex@https://github.com/mjbvz/markdown-it-katex.git": version "4.0.1" - resolved "https://github.com/mjbvz/markdown-it-katex.git#820d9025ad84937eb3f9f7efbc1be7595e20b19f" + resolved "https://github.com/mjbvz/markdown-it-katex.git#b1ed14de467031f5d4f9c1588dd1868cab0b8744" dependencies: katex "^0.13.0"