You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am I doing something wrong or does your library just not support HTML input? If the latter is the case, you could maybe mention in the README that it just supports text that has been html escaped prior to conversion or even do the escaping within the library. (Though that would be a breaking change.)
Btw. for me the expected behavior would be to leave the title attribute untouched as it cannot contain images.
The text was updated successfully, but these errors were encountered:
When I try to convert the following HTML with your lib's
replace_unified
method:... it produces the following (invalid) HTML:
(note the
span
in thetitle
attribute)Am I doing something wrong or does your library just not support HTML input? If the latter is the case, you could maybe mention in the README that it just supports text that has been html escaped prior to conversion or even do the escaping within the library. (Though that would be a breaking change.)
Btw. for me the expected behavior would be to leave the
title
attribute untouched as it cannot contain images.The text was updated successfully, but these errors were encountered: