Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supported HTML Tags <ruby><rp> ? #175

Closed
hunglv21 opened this issue Oct 19, 2019 · 5 comments · Fixed by #122
Closed

Supported HTML Tags <ruby><rp> ? #175

hunglv21 opened this issue Oct 19, 2019 · 5 comments · Fixed by #122
Labels
enhancement New feature or request high-priority
Milestone

Comments

@hunglv21
Copy link

hunglv21 commented Oct 19, 2019

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?

@dotneet
Copy link
Contributor

dotneet commented Oct 23, 2019

I've submited PR implementing ruby and rt just now. but rp is not support.
#178

@Larpoux
Copy link

Larpoux commented Nov 12, 2019

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 👎

@Sub6Resources
Copy link
Owner

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.

@Sub6Resources Sub6Resources added enhancement New feature or request high-priority labels Dec 12, 2019
@Sub6Resources Sub6Resources added this to the Goals milestone Dec 12, 2019
@hunglv21
Copy link
Author

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 tried updating and build app.
But still not successful with
dependencies: flutter_html: ^0.11.0

@hunglv21 hunglv21 reopened this Dec 13, 2019
@Sub6Resources
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high-priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants