From e5b84f55f633befa7336708946eea780881da949 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 23 Oct 2022 20:52:41 +0800 Subject: [PATCH] clean: clean comment. --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 86184ab..78c7dc3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -28,7 +28,6 @@ const rehypeIgnore: Plugin<[RehypeIgnoreOptions?], Root> = (options = {}) => { if (item.type === 'raw' || item.type === 'comment') { let str = item.value?.trim(); str = str.replace(/^/, '$1') - console.log('str::', item.type, str) if (str === openDelimiter) { start = true; return false;