diff --git a/broker.ts b/broker.ts
index eae29e9..0d79c58 100644
--- a/broker.ts
+++ b/broker.ts
@@ -214,7 +214,8 @@ function render(node: Node): string {
case "ChangingLines" :
const regex = new RegExp("~", "g");
node.value = node.value?.replace(regex, "");
- outputHTML = "