Merge branch 'main' into copy-image-handle-error

This commit is contained in:
Seong Min Park
2025-03-16 16:04:34 +09:00
committed by GitHub
982 changed files with 68766 additions and 20874 deletions
@@ -68,7 +68,7 @@ onceDocumentLoaded(() => {
getRawData('data-initial-md-content'),
'text/html'
);
document.body.appendChild(markDownHtml.body);
document.body.append(...markDownHtml.body.children);
// Restore
const scrollProgress = state.scrollProgress;