How can I highlight the Bash/shell commands in Markdown files?
For example, to highlight js, I write:
js
Bitbucket uses CodeMirror for syntax highlighting. For Bash or shell you can use sh, bash, or zsh. More information can be found at Configuring syntax highlighting for file extensions and Code mirror language modes.
sh
bash
zsh