This commit is contained in:
syuilo 2018-08-19 05:15:50 +09:00
parent 60269d15e8
commit 000d9cc1ce

View file

@ -49,9 +49,6 @@ export default function(html: string): string {
text += txt;
break;
}
// メンション以外
} else {
text += `[${txt}](${node.attrs.find((x: any) => x.name == 'href').value})`;
}
if (node.childNodes) {