From c8f32dc66cbad7a633acfea9098ad505175fcd1e Mon Sep 17 00:00:00 2001 From: TurdPooCharger <35666439+TurdPooCharger@users.noreply.github.com> Date: Sat, 21 Apr 2018 21:22:39 -0400 Subject: [PATCH] Updated Scripting: echo (markdown) --- Scripting:--echo.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Scripting:--echo.md b/Scripting:--echo.md index 603215d..1b97d10 100644 --- a/Scripting:--echo.md +++ b/Scripting:--echo.md @@ -37,9 +37,8 @@ Phrases that are too long may become unreadable if they fill past the right edge **Example 5:** `echo "Hello \nWorld"` -Hello - -World +> Hello +> World In order to skip two lines, care is needed to add ` ` between the two `\n`.