-
-
Notifications
You must be signed in to change notification settings - Fork 918
Closed
Labels
Milestone
Description
I wanna use like that
<ruby>
明日 <rp>(</rp><rt>Ashita</rt><rp>)</rp>
</ruby>
I have tried the following and didn't get the result as I expected, and when I look into the source code , there is no style written for the ruby yet.
HtmlRichTextParser(
html: """<ruby>
明日 <rp>(</rp><rt>Ashita</rt><rp>)</rp>
</ruby>""");
dotneet, hunglv21, Larpoux and johan456789