Files
freeCodeCamp/tools/challenge-parser/parser/__fixtures__/with-nested-instructions.md
Shaun Hamilton 7c20027732 feat(client): add challenge interactive editor (#61805)
Co-authored-by: sembauke <semboot699@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2025-10-09 09:34:03 +05:30

34 lines
461 B
Markdown

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