How to define highlighting styles for blocks?

@marijn I assume the situation is still the same? Is this an intentional design decision or just not implemented in @codemirror/lang-markdown yet?

Seems weird that we have fancy syntax highlighting of javascript in code blocks (as demonstrated in the example), but there is no generic thing to match on for all code blocks and not even a span is emitted for markdown inline code spans.