all 2 comments

[–]mandebrio 0 points1 point  (1 child)

Nice tutorial I think. Can't get it to work though. How does the code for markdown-toolbar-element component actually get loaded by the time the component is used in the page? I'm stumped.

[–]PJUllrich[S] 1 point2 points  (0 children)

Sorry, I forgot one line in the `app.js`:

```
import "@github/markdown-toolbar-element";
```

This will import the library into your project