From 6a74ef19dfcf6fd6a4147cb134eaff6f4041037d Mon Sep 17 00:00:00 2001 From: nprimo Date: Thu, 22 Sep 2022 17:52:55 +0100 Subject: [PATCH] docs(ascii-art-justify): add escape char for question mark --- subjects/ascii-art/justify/audit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/ascii-art/justify/audit.md b/subjects/ascii-art/justify/audit.md index 4791c8e8..4e1508f0 100644 --- a/subjects/ascii-art/justify/audit.md +++ b/subjects/ascii-art/justify/audit.md @@ -40,11 +40,11 @@ Example : go run . something standard --align=right ###### Does it display the correct result at the center? -##### Try passing as arguments `"23Hello World!" standard --align=left` +##### Try passing as arguments `"23Hello World\!" standard --align=left` ###### Does it display the correct result at the left side? -##### Try passing as arguments `"HELLO there HOW are YOU?!" thinkertoy --align=justify` +##### Try passing as arguments `"HELLO there HOW are YOU?\!" thinkertoy --align=justify` ###### Does it display the correct result justified?