mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-06 06:01:31 -05:00
Co-authored-by: sembauke <semboot699@gmail.com> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
473 B
473 B
--interactive--
Normal markdown
<div>This is NOT an interactive element</div>
:::interactive_editor
console.log('Interactive JS');
:::
:::interactive_editor
<div>This is an interactive element</div>
:::
<div>This is not interactive</div>
:::interactive_editor
<div>This is an interactive element</div>
console.log('Interactive JS');
:::
<div>This is also not interactive</div>