Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomap committed Aug 10, 2021
1 parent dbfe57c commit 5fe195b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

const marked = require('marked');

let JSDOM;
let createDOMPurify;
let JSDOM,
createDOMPurify;

const { escape } = require('marked/src/helpers');
const { encodeURL, slugize, stripHTML, url_for, isExternalLink } = require('hexo-util');
Expand Down

0 comments on commit 5fe195b

Please sign in to comment.