This commit is contained in:
syuilo 2018-08-19 05:15:50 +09:00
parent 0ba4b8bc1f
commit 64dd0aec60

View file

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