From 360e4736a9e2a0bd1150f82d9c6de094d074ea7a Mon Sep 17 00:00:00 2001 From: Sahatsawat Kanpai Date: Wed, 22 Jan 2025 15:02:51 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=81=20pre-process=20list=20tag=20li=20?= =?UTF-8?q?and=20link=20tag=20a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/import.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/import.ts b/src/import.ts index 49242c3..47194dc 100644 --- a/src/import.ts +++ b/src/import.ts @@ -102,7 +102,6 @@ export default class Import extends Plugin { const fontSize = pp.style.fontSize; if (fontSize) { span.setAttribute("style", `${span.getAttribute("style")}; font-size: ${fontSize}`); - console.log("OwOUwU"); } } });