🏁 pre-process list tag li and link tag a

This commit is contained in:
Sahatsawat Kanpai 2025-01-22 15:02:51 +07:00
parent 25ac23c3ae
commit 360e4736a9

View File

@ -102,7 +102,6 @@ export default class Import extends Plugin {
const fontSize = pp.style.fontSize;
if (fontSize) {
span.setAttribute("style", `${span.getAttribute("style")}; font-size: ${fontSize}`);
console.log("OwOUwU");
}
}
});