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 b0f428e commit 3086dbeCopy full SHA for 3086dbe
index.js
@@ -1,7 +1,7 @@
1
'use strict';
2
3
const Prism = require('prismjs');
4
-const render = require('posthtml-render');
+const render = require('posthtml-render').default;
5
const loadLanguages = require('prismjs/components/');
6
7
function createPrismPlugin(options) {
0 commit comments