From 7e4af38af068c18b30a2fee7e01a03a0901012d4 Mon Sep 17 00:00:00 2001 From: estlop Date: Mon, 27 Jun 2022 11:48:34 +0100 Subject: [PATCH] chore: Format with prettier --- subjects/ascii-art/audit/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/subjects/ascii-art/audit/README.md b/subjects/ascii-art/audit/README.md index 0302c1bd..4383cca7 100644 --- a/subjects/ascii-art/audit/README.md +++ b/subjects/ascii-art/audit/README.md @@ -84,7 +84,9 @@ ``` ###### Does it display the right graphical representation in ASCII as above? + ##### Try passing `"Hello\n\nThere"` as an argument. + ``` _ _ _ _ $ | | | | | | | | $ @@ -106,6 +108,7 @@ $ ``` ###### Does it display the right graphical representation in ASCII as above? + ##### Try passing `"{Hello & There #}"` as an argument. ```