From 1ee71e4ab845cd47a05d0e3f175807aa3de70795 Mon Sep 17 00:00:00 2001 From: Tangent Wantwight Date: Thu, 27 Jul 2023 02:00:23 -0400 Subject: [PATCH] Initial HTML escape plan is a bust, for the excellent reason that & contains a semicolon which is meaningful TCL-ish syntax. --- notcl.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/notcl.js b/notcl.js index 6068dbd..9946a3c 100644 --- a/notcl.js +++ b/notcl.js @@ -16,8 +16,6 @@ function parseNotcl(code) { /* Preprocess */ // fold line endings code = code.replace(/(?