We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768ec1a commit 3bea623Copy full SHA for 3bea623
src/convert.js
@@ -139,7 +139,7 @@ export default (source, config) => {
139
.reduce(
140
(markdownRenderer, pluginDefinition) => {
141
if (!Array.isArray(pluginDefinition)) {
142
- pluginDefinition = [pluginDefinition]
+ pluginDefinition = [pluginDefinition];
143
}
144
if (typeof pluginDefinition[0] === 'string') {
145
pluginDefinition[0] = require(pluginDefinition[0]);
0 commit comments