docs(ascii-art-justify): add escape char for question mark

This commit is contained in:
nprimo 2022-09-22 17:52:55 +01:00 committed by Dav Hojt
parent f49d01e325
commit 6a74ef19df
1 changed files with 2 additions and 2 deletions

View File

@ -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?