Example 1, correct result, no indentation in code or code block:
* Test
.code-9px[
```bash
ls -lh
```
]

Example 2, partial indentation of code inside code block, but block itself (background color) isn't indented:
* Test
.code-9px[
```bash
ls -lh
```
]
Result:

Example 3, correct indentation but style doesn't apply:
* Test
.code-9px[
```bash
ls -lh
```
]
