style (backend): don't italicize MFM function contents
This commit is contained in:
parent
5cbb172dbf
commit
cb3c300c49
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue