Fix links not being converted from HTML correctly

This commit is contained in:
Shadowfacts 2024-01-16 19:17:44 -05:00
parent 93c859a3c4
commit 534f83e716
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ extension HTMLConverter {
if clazz == "invisible" {
return .skip
} else if clazz == "ellipsis" {
return .replace("")
return .append("")
} else {
return .default
}