diff --git a/src/synthesizer/index.ts b/src/synthesizer/index.ts index 66f1320..89adde0 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] ?? ""; })}\