From 077c7b3b2b31ca8cc24abb91e9675472217488e1 Mon Sep 17 00:00:00 2001 From: Xanazf Date: Thu, 10 Oct 2024 21:51:30 +0300 Subject: [PATCH] small fix for shiki link transformer --- src/config/io/markdown.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config/io/markdown.ts b/src/config/io/markdown.ts index 374a0d8..5ba997f 100644 --- a/src/config/io/markdown.ts +++ b/src/config/io/markdown.ts @@ -75,7 +75,6 @@ const shikiRewriteTypelinks: ShikiTransformer = { // WARN: need to change the code link identifier to this const regExp = /TYPE99(\w+.)99TYPE/g; const hasTypelinks = code.search(regExp) !== -1; - console.log(hasTypelinks); if (hasTypelinks) { code.replace(regExp, (_full: string, match: string) => {