How can I highlight the Bash/shell commands in Markdown files?
For example, to highlight js, I write:
js
If I need only to highlight the first word as a command, I often use properties:
properties
```properties npm run build ```
I obtain something like:
npm run build