Files
freeCodeCamp/tools/challenge-parser/parser/__fixtures__/with-interactive-non-code.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

192 B

--interactive--

Normal markdown

<div>This is NOT an interactive element</div>

:::interactive_editor

console.log('Interactive JS');

non-code md is not allowed

:::