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] ?? ""; })}\