From 3628dce59ef600fb042d840e5fd36f491b7e9835 Mon Sep 17 00:00:00 2001 From: Tsaqif Date: Mon, 9 Sep 2024 08:43:08 +0700 Subject: [PATCH] Fix lint Signed-off-by: Tsaqif --- lib/ExpensiMark.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ExpensiMark.ts b/lib/ExpensiMark.ts index 1a737364..4f0336f7 100644 --- a/lib/ExpensiMark.ts +++ b/lib/ExpensiMark.ts @@ -190,7 +190,7 @@ export default class ExpensiMark { // Use the url escaped version of a backtick (`) symbol. Mobile platforms do not support lookbehinds, // so capture the first and third group and place them in the replacement. // but we should not replace backtick symbols if they include
 tags between them.
-                // At least one non-whitespace character or a specific whitespace character (" " and "\u00A0") 
+                // At least one non-whitespace character or a specific whitespace character (" " and "\u00A0")
                 // must be present inside the backticks.
                 regex: /(\B|_|)`((?:`)*(?!`).*?[\S| |\u00A0]+?.*?(?|[^<]*<\/video>)/gm,
                 replacement: (_extras, _match, g1, g2, g3) => {