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
This is actually not an issue of LNReader, since it is also visible on the source. The reason for this is that LightNovelPub for some reason escapes < and >. You can fix this with custom JS.
Steps to reproduce
<i></i>
in the textExpected behavior
The html should be rendered:
<i></i>
tags should not be shown and the text inside them should be in italic<b></b>
tags should not be shown and the text inside them should be in boldActual behavior
The html tags are shown and have no effect on the text
LNReader version
v2.0.0-beta.3
Android version
Android 15
Device
Google Pixel 8a
Other details
I saw a "Render html" option in some screenshots of the app, but have not been able to find this option in the app.
Acknowledgements
The text was updated successfully, but these errors were encountered: