Skip to content

Commit

Permalink
Keep guessing what Prettier wants because CI doesn't tell me
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jan 7, 2020
1 parent 07d31b6 commit 62b913c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-1.x/lib/core/renderMarkdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class MarkdownRenderer {
return prismjs.highlight(
str,
prismjs.languages[language],
language
language,
);
} catch (err) {
if (err.code === 'MODULE_NOT_FOUND') {
Expand Down

0 comments on commit 62b913c

Please sign in to comment.