From 19ed59bcdd09bb6657e51c6e8399a6cbc1262c7b Mon Sep 17 00:00:00 2001 From: dev Date: Sat, 24 Mar 2018 23:11:13 +0200 Subject: [PATCH] Updated TIPS: Custom Code (markdown) --- TIPS:-Custom-Code.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/TIPS:-Custom-Code.md b/TIPS:-Custom-Code.md index 7e11210..92e0fd5 100644 --- a/TIPS:-Custom-Code.md +++ b/TIPS:-Custom-Code.md @@ -32,7 +32,7 @@ Here are some 'tips' when using custom code. # Insert Examples (PHP) -> placeholder must be on its own line +> placeholder must be on its own line! ### New PHP Insert Code ```php {.line-numbers} @@ -66,7 +66,7 @@ $more = 'more some code'; # Replace Examples (PHP) -> placeholder must be on its own line +> placeholder must be on its own line! ### New PHP Replace Code ```php {.line-numbers} @@ -97,7 +97,7 @@ $more = 'more some code'; # Insert Examples (HTML) -> placeholder must be on its own line +> placeholder must be on its own line! ### New HTML Insert Code ```html {.line-numbers} @@ -131,7 +131,7 @@ $more = 'more some code'; # Replace Examples (HTML) -> placeholder must be on its own line +> placeholder must be on its own line! ### New HTML Replace Code ```html {.line-numbers} @@ -142,7 +142,7 @@ $more = 'more some code'; ``` -### Existing HTML Replace Code +### Existing HTML Replaced Code ```html {.line-numbers}
@@ -151,7 +151,7 @@ $more = 'more some code';
``` -### Update HTML Replace Code +### Update HTML Replaced Code ```html {.line-numbers}