Skip to content

Commit

Permalink
chore(plugins/pdf-to-html): inline comment semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Nov 14, 2022
1 parent 361cec3 commit f53ad3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/pdf-to-html/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async function plugin(server, options) {
}
}

// Remove excess title and meta tags left behind by Poppler
// Remove excess title and meta elements left behind by Poppler
// Poppler appends `-html` to the file name, thus the template literal here
const dom = new JSDOM(
await fs.readFile(`${tempFile}-html.html`, {
Expand Down

0 comments on commit f53ad3a

Please sign in to comment.