# --description--
This is the main description.
# --instructions--
These are the main instructions at depth 1.
```html
Main instructions code
```
# --something-else--
## --instructions--
These are nested instructions at depth 2 that should be ignored.
```html
Nested instructions code
```
### --instructions--
These are nested instructions at depth 3 that should also be ignored.
# --hints--
First hint
```js
// test code
```