Back to Freecodecamp

--description--

tools/challenge-parser/parser/__fixtures__/with-nested-instructions.md

latest460 B
Original Source

--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