Description of the bug
When I am editing a code block with a comment inlined, it gets greyed out like comments typically should. On save however, they appear in the same font style as regular code. Is this a bug?
This is actually because the code in question is JSX, not pure Javascript. You’ll need to specify jsx in the code block header for it to highlight properly when rendered.