# --interactive-- Normal markdown ```html
This is NOT an interactive element
``` :::interactive_editor ```js console.log('Interactive JS'); ``` ::: :::interactive_editor ```html
This is an interactive element
``` ::: ```html
This is not interactive
``` :::interactive_editor ```html
This is an interactive element
``` ```js console.log('Interactive JS'); ``` ::: ```html
This is also not interactive
```