mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-25 05:03:48 -05:00
Co-authored-by: sembauke <semboot699@gmail.com> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
34 lines
461 B
Markdown
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
|
|
```
|