Skip to content

Conversation

@dmadisetti
Copy link
Collaborator

@dmadisetti dmadisetti commented Oct 30, 2025

📝 Summary

Simplifies markdown logic from separating multiline and single line cases to always using multiline. This mitigates a breaking bug in 0.17.3 where long single lines had a spurious " resulting in an unparsable notebook.

@vercel
Copy link

vercel bot commented Oct 30, 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 Oct 30, 2025 6:37pm

@mscolnick
Copy link
Contributor

i'd prefer to not do this (led to previous bug) and instead keep this logic simple

@dmadisetti dmadisetti changed the title fix: removing starting quote fix: simplifies markdown Oct 30, 2025
@mscolnick
Copy link
Contributor

this changes (always choosing multi-line) is better now. I think it makes sense since not to have nuanced logic when it would go from single-line to multi-line. and as a result, no gotchas to the user for when that changes for various reasons like:

  • a new line char
  • ending or stating with a "
  • over the line length

@dmadisetti dmadisetti marked this pull request as ready for review October 30, 2025 18:41
@dmadisetti dmadisetti changed the title fix: simplifies markdown fix: simplify markdown Oct 30, 2025
@mscolnick mscolnick merged commit f4436b0 into main Oct 30, 2025
38 of 41 checks passed
@mscolnick mscolnick deleted the dm/marimo-fix branch October 30, 2025 19:09
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