style (backend): don't italicize MFM function contents

This commit is contained in:
naskya 2024-06-06 17:10:40 +09:00
parent 5cbb172dbf
commit cb3c300c49
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -61,7 +61,7 @@ export function toHtml(
},
fn(node) {
const el = doc.createElement("i");
const el = doc.createElement("span");
appendChildren(node.children, el);
return el;
},