-
-
Notifications
You must be signed in to change notification settings - Fork 872
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
Rendering issues with links inside headings #267
Comments
Which flutter_html version are you using? |
The latest 1.0 prerelease |
Okay, thank you. I'll look into it. |
Hello, same here. Example: L’ <a href="https://www.facebook.com/YYYYYYY/posts/XXXXXXXXXXXXXX" target="_blank" rel="noopener noreferrer">Alliance des organisations internationales des États-Unis </a> honore... renders L' With a short link: L’ <a href="https://www.facebook.com/YYYYYYY/posts/XXXXXXXXXXXXXX" target="_blank" rel="noopener noreferrer">Alliance des organisations</a> honore... renders L'Alliance des organisations honore... Thanks for your feedback. |
Fixed in #499. |
Mind you, this is not released yet - so use the master branch if you must |
Links inside headings generate all kinds of suboptimal renderings.
For example:
renders both headings on the same line without any space.
breaks to a new line before the anchor tag whereas browser choose to break on a word boundary within the anchor.
The text was updated successfully, but these errors were encountered: