We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example:
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:
Repro with check_entity_drag_and_drop.py, introduced by #8431
check_entity_drag_and_drop.py
The text was updated successfully, but these errors were encountered:
First step is to identify is this is due to egui_markdown or our custom style. There might be two issues:
egui_markdown
Sorry, something went wrong.
No branches or pull requests
For example:
This is generated from this markdown table:
Compare with Github's rendering:
Repro with
check_entity_drag_and_drop.py
, introduced by #8431The text was updated successfully, but these errors were encountered: