Skip to content

Commit

Permalink
fix(markdown-legacy): use @honkit/html
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Aug 2, 2020
1 parent 758a944 commit 96a22df
Show file tree
Hide file tree
Showing 3 changed files with 770 additions and 1,328 deletions.
2 changes: 1 addition & 1 deletion packages/@honkit/markdown-legacy/lib/index.js
@@ -1,4 +1,4 @@
var HTMLParser = require("gitbook-html");
var HTMLParser = require("@honkit/html");

var toHTML = require("./toHTML");
var toMarkdown = require("./toMarkdown");
Expand Down
2 changes: 1 addition & 1 deletion packages/@honkit/markdown-legacy/package.json
Expand Up @@ -36,7 +36,7 @@
"updateSnapshot": "jest -u"
},
"dependencies": {
"gitbook-html": "1.3.3",
"@honkit/html": "^3.5.4",
"kramed": "0.5.6",
"lodash": "^4.13.1"
},
Expand Down

0 comments on commit 96a22df

Please sign in to comment.