How can I highlight the Bash/shell commands in Markdown files?
For example, to highlight js
, I write:
```js
function () { return "This code is highlighted as Javascript!"}
```
To highlight HTML code I use ```html
.
How can we highlight Bash/shell commands?