codehike
codehike copied to clipboard
[mdx] Better errors for codeblocks
Code Hike should show more user-friendly errors. This issue covers only basic code blocks.
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.