# Wiki Syntax and Features

## How to embed active content in Markdown?



```html
<script>
(async () => {
  var comp = await (<lively-editor></lively-editor>)
  return comp
})()
</script>
```

<script>
(async () => {
  var comp = await (<lively-editor></lively-editor>)
  return comp
})()
</script>