forked from FoundKeyGang/FoundKey
improve html to MFM
This commit is contained in:
parent
c0fbcee38a
commit
a4283c415a
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue