From 216d6ee28899998e5d9d001c495226d1725f6fb0 Mon Sep 17 00:00:00 2001 From: yuimarudev Date: Tue, 20 Feb 2024 11:32:49 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=81=BE=E3=81=A0=E5=A3=B0=E3=81=8C?= =?UTF-8?q?=E3=83=87=E3=82=AB=E3=81=84=E3=82=89=E3=81=97=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/synthesizer/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/synthesizer/index.ts b/src/synthesizer/index.ts index 97c5c77..c1b7791 100644 --- a/src/synthesizer/index.ts +++ b/src/synthesizer/index.ts @@ -34,7 +34,7 @@ export default class Synthesizer { body: ` \ \ - \ + \ ${text.replaceAll(/["&'<>"]/g, (match: string) => { return escapeMap[match] ?? ""; })}\