Files
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

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