Skip to content

Commit

Permalink
fix: parser function import
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Feb 26, 2024
1 parent b47ec48 commit 4df0d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const tree2html = require('posthtml-render')
const html2tree = require('posthtml-parser')
const {parser: html2tree} = require('posthtml-parser')
const MarkdownIt = require('markdown-it')
const minIndent = require('min-indent')
const path = require('path')
Expand Down

0 comments on commit 4df0d36

Please sign in to comment.