Create a code block, e.g:
```js
function main() {
return 'test';
}
```
See how it’s rendered :
Now indent this block using Tab key:
```js
function main() {
return 'test';
}
```
Now it gets rendered like an inline code, without code highlighting, with back-ticks visible:
Using the default theme.
Here is a Gist where everything works correctly: