Thank you so much.
But in my case, still not support
Html tag like this:
<ruby>飯<rp>(</rp><rt>はん</rt><rp>)</rp></ruby>
=> 飯
but i get: 飯(はん)
Is there any way to display it right?
I've submited PR implementing ruby and rt just now. but rp is not support.
https://github.com/Sub6Resources/flutter_html/pull/178
I desperately try to find a way to display Furigana (ruby tag) with flutter.
One time I hoped that flutter_html could help me, but unfortunately Furigana (ruby tag) is not rendered correctly 👎
I plan to try and fully support ruby, rp, and rt. I'll take a look at @dotneet's pull request and see if that will work for all use cases.
Thank you for your patience.
I plan to try and fully support
ruby,rp, andrt. I'll take a look at @dotneet's pull request and see if that will work for all use cases.Thank you for your patience.
I tried updating and build app.
But still not successful with
dependencies:
flutter_html: ^0.11.0
@dotneet's pull request has been merged into the new-parser branch and will be released with version 1.0.0. See #122 for updates.
Most helpful comment
I plan to try and fully support
ruby,rp, andrt. I'll take a look at @dotneet's pull request and see if that will work for all use cases.Thank you for your patience.