mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-25 15:46:06 +09:00
improve html to MFM
This commit is contained in:
parent
8ec8d89e0a
commit
d6bad7cb30
@ -49,6 +49,9 @@ export default function(html: string): string {
|
||||
text += txt;
|
||||
break;
|
||||
}
|
||||
// メンション以外
|
||||
} else {
|
||||
text += `[${txt}](${node.attrs.find((x: any) => x.name == 'href').value})`
|
||||
}
|
||||
|
||||
if (node.childNodes) {
|
||||
|
Loading…
Reference in New Issue
Block a user