Browse Source

docs(ascii-art): escape exclamation marks

fixDevirged
davhojt 2 years ago committed by Dav Hojt
parent
commit
a542c738da
  1. 4
      subjects/ascii-art/audit/README.md

4
subjects/ascii-art/audit/README.md

@ -124,7 +124,7 @@ $
###### Does it display the right graphical representation in ASCII as above?
##### Try passing `"hello There 1 to 2!"` as an argument.
##### Try passing `"hello There 1 to 2\!"` as an argument.
```
_ _ _ _______ _ _ _ $
@ -229,7 +229,7 @@ $
###### Does it display the right graphical representation in ASCII as above?
##### Try passing `"\!\" #$%&'()*+,-./"` as an argument.
##### Try passing `"\\!\" #$%&'()*+,-./"` as an argument.
```
__ _ _ _ _ _ _ _ __ _ __ __ _ __ $

Loading…
Cancel
Save