Skip to content

Commit

Permalink
[1.234.*] Pre-release merge (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
tramline-github[bot] authored Sep 18, 2024
2 parents f188b1b + 5cea4bd commit 7def9c6
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async function renderReaderView(link, html, colors) {
);

//noinspection JSUnresolvedVariable
const result = await Mercury.parse(link, { html: html });
const result = await parse(html, link);
const content = result.content || html;

document.getElementById("content").innerHTML += content;
Expand Down

This file was deleted.

Loading

0 comments on commit 7def9c6

Please sign in to comment.