Markdown Syntax Highlight for code block

With Markdown, it is possible to specify the syntax of a code block like this:

```java

...

It would be great if DataLore understands this and shows the code with syntax highlighting. Currently, it is challenging to properly display code that is not Python or the kernel language.