Updated TIPS: Custom Code (markdown)

Chris Paschen
2018-02-13 10:53:49 -06:00
parent 04133eb649
commit e4ab166ea6

@@ -6,7 +6,7 @@ Here are some 'tips' when using custom code.
|---|---|---|---|---|
| USAGE | PHP START | PHP END | HTML START | HTML END |
| New Insert Code | `/***[INSERT<>$$$$]***/` | `/***[/INSERT<>$$$$]***/` | `<!--[INSERT<>$$$$]-->` | `<!--[/INSERT<>$$$$]-->` |
| New Replace Code | `/***[REPLACE<>$$$$]***/` | `/***[/REPLACE<>$$$$]***/` | <!--[REPLACE<>$$$$]--> | <!--[/REPLACE<>$$$$]--> |
| New Replace Code | `/***[REPLACE<>$$$$]***/` | `/***[/REPLACE<>$$$$]***/` | `<!--[REPLACE<>$$$$]-->` | `<!--[/REPLACE<>$$$$]-->` |
| when JCB adds it back |
| JCB Add Inserted Code | `/***[INSERTED$$$$]***///23` | `/***[/INSERTED$$$$]***/` |
| JCB Add Replaced Code | `/***[REPLACED<>$$$$]***///25` | `/***[/REPLACED<>$$$$]***/` |