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

Markdown rendering : tables with image are not rendered very nicely #8477

Open
abey79 opened this issue Dec 16, 2024 · 1 comment
Open

Markdown rendering : tables with image are not rendered very nicely #8477

abey79 opened this issue Dec 16, 2024 · 1 comment
Labels
🪳 bug Something isn't working ui concerns graphical user interface

Comments

@abey79
Copy link
Member

abey79 commented Dec 16, 2024

For example:

Image

This is generated from this markdown table:

| *Ignore* | *Accept* | *Reject* |
| --- | --- | --- |
| Gray pill | Blue pill | Gray pill |
| Hand cursor | Hand cursor | No-drop cursor |
| ![ignore](https://static.rerun.io/dnd-cursor-ignore/ec48f64a119bddd2c9cbd55410021ef0e1a30feb/full.png) | ![accept](https://static.rerun.io/dnd-cursor-accept/7b40cd79fd99ba2c31617d2f40f56c5c8ba3aca0/full.png) | ![reject](https://static.rerun.io/dnd-cursor-reject/6f105e9689be33b2e0fff5bb1ad42cbb6271b622/full.png) |

Compare with Github's rendering:

Ignore Accept Reject
Gray pill Blue pill Gray pill
Hand cursor Hand cursor No-drop cursor
ignore accept reject

Repro with check_entity_drag_and_drop.py, introduced by #8431

@abey79 abey79 added ui concerns graphical user interface 🪳 bug Something isn't working labels Dec 16, 2024
@abey79
Copy link
Member Author

abey79 commented Dec 16, 2024

First step is to identify is this is due to egui_markdown or our custom style. There might be two issues:

  • the cropped table frame
  • the wrong table geometry

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

No branches or pull requests

1 participant