Back to Freecodecamp

--interactive--

tools/challenge-parser/parser/__fixtures__/with-interactive.md

latest472 B
Original Source

--interactive--

Normal markdown

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

:::interactive_editor

js
console.log('Interactive JS');

:::

:::interactive_editor

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

:::

html
<div>This is not interactive</div>

:::interactive_editor

html
<div>This is an interactive element</div>
js
console.log('Interactive JS');

:::

html
<div>This is also not interactive</div>