From df447d3d4d278c90ac49764aa23b12e4e58e7876 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Tue, 20 Feb 2024 23:01:49 -0500 Subject: [PATCH] typo --- shared/naturalcrit/markdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/naturalcrit/markdown.js b/shared/naturalcrit/markdown.js index 9d16a3cdb..79b2c1ce9 100644 --- a/shared/naturalcrit/markdown.js +++ b/shared/naturalcrit/markdown.js @@ -327,7 +327,7 @@ const definitionLists = { }; -//v=====--------------------< Variable Handling >-------------------=====v// 236 lines +//v=====--------------------< Variable Handling >-------------------=====v// 242 lines const replaceVar = function(input, hoist=false, allowUnresolved=false) { const regex = /([!$]?)\[((?!\s*\])(?:\\.|[^\[\]\\])+)\]/g; const match = regex.exec(input);