The `$` prefix gets [annoying](https://twitter.com/styfle/status/1099352083881492480) when copy/pasting a bash snippet. Consider removing the `$` from the code and using CSS instead. ```css code.language-bash:before { content: '$ '; } ```