Skip to content

Conversation

@Light2Dark
Copy link
Contributor

📝 Summary

Screenshot 2025-11-18 at 11 55 07 PM

🔍 Description of Changes

📋 Checklist

  • I have read the contributor guidelines.
  • For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on Discord, or the community discussions (Please provide a link if applicable).
  • I have added tests for the changes made.
  • I have run the code and verified that it works as expected.

@vercel
Copy link

vercel bot commented Nov 18, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
marimo-docs Ready Ready Preview Comment Nov 18, 2025 7:32pm

@Light2Dark Light2Dark marked this pull request as ready for review November 18, 2025 15:57
@Light2Dark Light2Dark requested a review from manzt as a code owner November 18, 2025 15:57
wrapped={isWrapped}
>
<UrlDetector parts={parts} />
{isMarkdown(stringValue) ? (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is expensive to do on each string and likely won't have that many hits. i'd prefer to not do this. was there an issue or reason that sparked this?

Copy link
Contributor Author

@Light2Dark Light2Dark Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, we don't need to do this, but it does offer a better view for markdown & images in the table

This logic should only trigger when the popup is clicked, so can be optimized (or already is but not obvious..)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isMarkdown seems to be called on call values regardless of being clicked.

@Light2Dark Light2Dark marked this pull request as draft November 18, 2025 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants