mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 21:08:49 +01:00
This commit is contained in:
parent
0386bc9ebd
commit
46d71eb69f
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ const renderPDF = async (id: string) => {
|
|||
// https://github.com/siyuan-note/siyuan/issues/13669
|
||||
wysElement.querySelectorAll('[data-node-id]').forEach((item) => {
|
||||
if (item.querySelector(".img")) {
|
||||
item.innerHTML = item.innerHTML + "<hr style='margin:0;border:0'>"
|
||||
item.insertAdjacentHTML("beforeend", "<hr style='margin:0;border:0'>");
|
||||
}
|
||||
})
|
||||
Protyle.mermaidRender(wysElement, "${servePath}/stage/protyle");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue