mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-15 10:01:00 -05:00
Co-authored-by: sembauke <semboot699@gmail.com> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
18 lines
192 B
Markdown
18 lines
192 B
Markdown
# --interactive--
|
|
|
|
Normal markdown
|
|
|
|
```html
|
|
<div>This is NOT an interactive element</div>
|
|
```
|
|
|
|
:::interactive_editor
|
|
|
|
```js
|
|
console.log('Interactive JS');
|
|
```
|
|
|
|
non-code md is not allowed
|
|
|
|
:::
|