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

incorrect layout for an <img> inside <table> #163

Closed
namiwang opened this issue Sep 19, 2019 · 2 comments · Fixed by #122
Closed

incorrect layout for an <img> inside <table> #163

namiwang opened this issue Sep 19, 2019 · 2 comments · Fixed by #122
Assignees
Labels
bug Something isn't working
Milestone

Comments

@namiwang
Copy link
Contributor

repro

<table>
  <tr>
    <td>
      <img src="https://placekitten.com/200/200">
    </td>
    <td>
      text
    </td>
  </tr>
</table>

expected

text

actually

Screen Shot 2019-09-19 at 21 22 26

@Sub6Resources
Copy link
Owner

Yes, both images and tables have some issues in the latest version. Version 1.0.0, when it is released (see #122), should solve this issue.

@Sub6Resources Sub6Resources added bug Something isn't working richtext-parser labels Oct 7, 2019
@Sub6Resources Sub6Resources added this to the 1.0.0 milestone Oct 7, 2019
@Sub6Resources Sub6Resources self-assigned this Oct 7, 2019
@Sub6Resources
Copy link
Owner

This has been fixed in 1.0.0. This issue will be closed when 1.0.0 is released. See #122 for updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants