You can use fenced code blocks with the language specified after the first set of backtick fences.
   
    
    
    
    
     Edit me
    
   Code Samples
Use fenced code blocks with the language specified, like this:
```js
console.log('hello');
````
Result:
console.log('hello');
For the list of commands supported languages you can use (similar to python for python), see Pypower use website.