Skip to content

Commit

Permalink
Update marked@4.0.12
Browse files Browse the repository at this point in the history
Fixes #82
  • Loading branch information
jhnns committed Jan 27, 2022
1 parent 31e153c commit 01a63ae
Show file tree
Hide file tree
Showing 5 changed files with 8,287 additions and 20 deletions.
2 changes: 1 addition & 1 deletion index.js
@@ -1,6 +1,6 @@
"use strict";

const marked = require("marked");
const {marked} = require("marked");
const loaderUtils = require("loader-utils");

module.exports = function (markdown) {
Expand Down

0 comments on commit 01a63ae

Please sign in to comment.