Skip to content

Commit

Permalink
[1.238.*] Pre-release merge (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
tramline-github[bot] authored Sep 29, 2024
2 parents e020658 + 8bf1d81 commit 5d84d25
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 234 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 parse(html, link);
const result = await Mercury.parse(link, { html: html });
const content = result.content || html;

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

Large diffs are not rendered by default.

Loading

0 comments on commit 5d84d25

Please sign in to comment.