Open
Description
Describe the bug
The expected outputs in our bash
code block examples in docs aren't rendered properly. Unnecessary $
characters are being added.
To Reproduce
Currently, the $
character is being inserted before every line of code in our docs' terminal examples (screenshot from basics.md below.
What's interesting, when running yarn run start
from my local machine, the $
characters seem to be completely missing.
Expected behaviour
$
characters should only be inserted before non-output (uncommented) lines in bash
code blocks in our docs.