From 7391afda9994ecbfada38a4b87785e9a746e8aff Mon Sep 17 00:00:00 2001 From: Chris Paschen Date: Tue, 13 Feb 2018 11:19:20 -0600 Subject: [PATCH] Updated TIPS: Custom Code (markdown) --- TIPS:-Custom-Code.md | 48 ++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/TIPS:-Custom-Code.md b/TIPS:-Custom-Code.md index 65a02aa..ef23ea5 100644 --- a/TIPS:-Custom-Code.md +++ b/TIPS:-Custom-Code.md @@ -12,51 +12,51 @@ Here are some 'tips' when using custom code. New Insert Code - `/***[INSERT<>$$$$]***/` - `/***[/INSERT<>$$$$]***/` - `<!--[INSERT<>$$$$]-->` - `<!--[/INSERT<>$$$$]-->` + /***[INSERT<>$$$$]***/ + /***[/INSERT<>$$$$]***/ + <!--[INSERT<>$$$$]--> + <!--[/INSERT<>$$$$]--> New Replace Code - `/***[REPLACE<>$$$$]***/` - `/***[/REPLACE<>$$$$]***/` - `<!--[REPLACE<>$$$$]-->` - `<!--[/REPLACE<>$$$$]-->` + /***[REPLACE<>$$$$]***/ + /***[/REPLACE<>$$$$]***/ + <!--[REPLACE<>$$$$]--> + <!--[/REPLACE<>$$$$]--> when JCB adds it back JCB Add Inserted Code - `/***[INSERTED$$$$]***///23` - `/***[/INSERTED$$$$]***/` - `<!--[INSERTED$$$$]-->` - `<!--[/INSERTED$$$$]-->` + /***[INSERTED$$$$]***///23 + /***[/INSERTED$$$$]***/ + <!--[INSERTED$$$$]--> + <!--[/INSERTED$$$$]--> JCB Add Replaced Code - `/***[REPLACED<>$$$$]***///25` - `/***[/REPLACED<>$$$$]***/` - `<!--[REPLACED$$$$]-->` - `<!--[/REPLACED$$$$]-->` + /***[REPLACED<>$$$$]***///25 + /***[/REPLACED<>$$$$]***/ + <!--[REPLACED$$$$]--> + <!--[/REPLACED$$$$]--> changeing existing custom code Update Inserted Code - `/***[INSERTED<>$$$$]***///23` - `/***[/INSERTED<>$$$$]***/` - `<!--[INSERTED<>$$$$]-->` - `<!--[/INSERTED<>$$$$]-->` + /***[INSERTED<>$$$$]***///23 + /***[/INSERTED<>$$$$]***/ + <!--[INSERTED<>$$$$]--> + <!--[/INSERTED<>$$$$]--> Update Replaced Code - `/***[REPLACED<>$$$$]***///25` - `/***[/REPLACED<>$$$$]***/` - `<!--[REPLACED<>$$$$]-->` - `<!--[/REPLACED<>$$$$]-->` + /***[REPLACED<>$$$$]***///25 + /***[/REPLACED<>$$$$]***/ + <!--[REPLACED<>$$$$]--> + <!--[/REPLACED<>$$$$]--> "//23" and "//25" (or similar id numbers) are the ID of the code in the system don't change it!!!! \ No newline at end of file