Is there a way to escape a character so #! isn't parsed further and will simply display as regular text. I'm trying to do {{{ #!/bin/sh along with further text here. }}} The #!/bin/sh part is what's needed at the top of shell scripts and I'm trying to show an example after that part. I've read over the section on editing and I didn't see a way to do this.