-
-
Notifications
You must be signed in to change notification settings - Fork 908
[BUG] Nested Header and Font Tag #784
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
Labels
bug
Something isn't working
Comments
Could you please post example code? I assume you mean something like this: |
Yup! Here's the exact example : |
tneotia
added a commit
to tneotia/flutter_html
that referenced
this issue
Nov 26, 2021
erickok
added a commit
that referenced
this issue
Nov 29, 2021
Fix font size issue with nested header and font (#784)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! We're having issue implementing nested header and font tag. The library ignores the header tag while having the font tag inside the header tag.
Example:
This is Header
Note: We're using WYSIWYG HTML editor to generate the code above and currently we are avoiding edits on generated html code.
The text was updated successfully, but these errors were encountered: