From 807661c8cf0690d4403c9d0bab8ec92a300143d7 Mon Sep 17 00:00:00 2001 From: Julian Knight <1591850+TotallyInformation@users.noreply.github.com> Date: Fri, 26 Jun 2026 14:17:22 +0100 Subject: [PATCH] Updated Editor scripts to use code isolation --- docs/creating-nodes/first-node.md | 31 ++++++++++++++++++------------- docs/creating-nodes/node-html.md | 11 ++++++++--- 2 files changed, 26 insertions(+), 16 deletions(-) diff --git a/docs/creating-nodes/first-node.md b/docs/creating-nodes/first-node.md index ec60174d..4a33e149 100644 --- a/docs/creating-nodes/first-node.md +++ b/docs/creating-nodes/first-node.md @@ -110,19 +110,24 @@ For more information about the runtime part of the node, see [here](node-js). ```html ~~~~