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
cinny renders strikethrough to html as <del data-md="~~">, which confuses the hell out of nheko because it textually replace <del> → <s> to render strikethrough. checked that the replacement code is still like this on current master, so we expect it to be broken there too
To Reproduce
view a cinny-generated strikethrough
What happened?
it's not struck through
Expected behavior
it being struck through
Screenshots
No response
Version
0.11.3
Operating system
Linux
Installation method
Some repository (AUR, homebrew, distribution repository, PPA, etc)
Qt version
No response
C++ compiler
No response
Desktop Environment
No response
Did you use profiles?
Profiles used?
Relevant log output
No response
Backtrace
No response
The text was updated successfully, but these errors were encountered:
I strip the attribute out in the sanitization step now, thank you for the report. Sadly Qt does not support the del tag, so some replacement still needs to happen, however the spec suggest to strip out all attributes anyway unless they are allowed and we are doing that for at least del tags now. Thank you for the report! :)
Describe the bug
cinny renders strikethrough to html as
<del data-md="~~">
, which confuses the hell out of nheko because it textually replace<del> → <s>
to render strikethrough. checked that the replacement code is still like this on current master, so we expect it to be broken there tooTo Reproduce
What happened?
it's not struck through
Expected behavior
it being struck through
Screenshots
No response
Version
0.11.3
Operating system
Linux
Installation method
Some repository (AUR, homebrew, distribution repository, PPA, etc)
Qt version
No response
C++ compiler
No response
Desktop Environment
No response
Did you use profiles?
Relevant log output
No response
Backtrace
No response
The text was updated successfully, but these errors were encountered: