Every code block with a language class do not render the language right becuase there is a space between them. Here is a image:

yes
builder.code(npm install --save-dev, "bash");It should render the class like language-bash not language- bash (note the space).
(Write what you thought would happen.)
see screenshot above
(Write what happened. Add screenshots, if applicable.)
https://github.com/unibeautify/unibeautify
(Paste the link to an example repo, including a siteConfig.js, and exact instructions to reproduce the issue.)
@endiliey I think it's caused by https://github.com/facebook/Docusaurus/blob/master/lib/core/renderMarkdown.js#L27 having an extra space.
Great catch. Will send a fix asap 馃榿