Fix links not being converted from HTML correctly
This commit is contained in:
parent
93c859a3c4
commit
534f83e716
@ -60,7 +60,7 @@ extension HTMLConverter {
|
||||
if clazz == "invisible" {
|
||||
return .skip
|
||||
} else if clazz == "ellipsis" {
|
||||
return .replace("…")
|
||||
return .append("…")
|
||||
} else {
|
||||
return .default
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user