code-hike / codehike

Build rich content websites with Markdown and React
https://codehike.org
MIT License
4.68k stars 142 forks source link

[mdx] Better errors for annotations #118

Closed pomber closed 2 years ago

pomber commented 2 years ago

Code Hike should show more user-friendly errors. This issue covers only annotations.

pomber commented 2 years ago

This:

```js box=1[1:4]
hi;
```

Throws:

Server Error
TypeError: Cannot read property 'tokens' of undefined
pomber commented 2 years ago

Warn when link isn't inline: demo or make it work for multiline

pomber commented 2 years ago

Another issue

github-actions[bot] commented 2 years ago

:rocket: Issue was released in v0.6.1 :rocket: