codehike icon indicating copy to clipboard operation
codehike copied to clipboard

[mdx] Better errors for codeblocks

Open pomber opened this issue 3 years ago • 1 comments

Code Hike should show more user-friendly errors. This issue covers only basic code blocks.

pomber avatar Jan 25 '22 01:01 pomber

If the language is not known it throws a Server Error

```foobar
hi;
```

invalid language should behave the same as no language, and maybe show a warning on the console at build time.

pomber avatar Jan 25 '22 01:01 pomber