diff --git a/Design:-Custom-Node-admin-route-handling.md b/Design:-Custom-Node-admin-route-handling.md
index 3c1deeb..703ec11 100644
--- a/Design:-Custom-Node-admin-route-handling.md
+++ b/Design:-Custom-Node-admin-route-handling.md
@@ -9,6 +9,9 @@ This poses some problems for the split of the editor and runtime.
One of the goals of the split is to be able to serve the editor from a static file server (eg AWS S3) and point it at a server hosting the admin api. At this point, any relative urls a custom node uses will break - as they will be relative to the S3 url, not the admin api url.
+### Editor side
+
+
There are a number of ways a user may access these custom routes - each needs a slightly different solution.
| Type of route | Resolution |
@@ -23,9 +26,23 @@ There are a number of ways a user may access these custom routes - each needs a
| `` inside edit template `