display mermaid error if present and strip diagram#8368
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Light2Dark
commented
Feb 19, 2026
| "SECURITY.md", # Contains usernames that trigger typos | ||
| "patches/*", # Patches may contain typos from source code | ||
| "patches/*", # Patches may contain typos from source code, | ||
| "frontend/dist/assets/*", # Assets may contain typos from source code |
Collaborator
Author
There was a problem hiding this comment.
drive-by fix for pre-commit
akshayka
approved these changes
Feb 19, 2026
LiquidGunay
pushed a commit
to LiquidGunay/marimo
that referenced
this pull request
Feb 21, 2026
## 📝 Summary <!-- Provide a concise summary of what this pull request is addressing. If this PR closes any issues, list them here by number (e.g., Closes marimo-team#123). --> Fixes marimo-team#8367 If error: <img width="595" height="244" alt="image" src="https://github.com/user-attachments/assets/be82d3b5-d60d-4478-ad80-c52e95b88f91" /> strip diagram: <img width="618" height="289" alt="image" src="https://github.com/user-attachments/assets/8284bd61-f77e-4d01-aa55-f6e16fdca6d8" /> ## 🔍 Description of Changes <!-- Detail the specific changes made in this pull request. Explain the problem addressed and how it was resolved. If applicable, provide before and after comparisons, screenshots, or any relevant details to help reviewers understand the changes easily. --> ## 📋 Checklist - [x] I have read the [contributor guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md). - [ ] For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on [Discord](https://marimo.io/discord?ref=pr), or the community [discussions](https://github.com/marimo-team/marimo/discussions) (Please provide a link if applicable). - [x] Tests have been added for the changes made. - [ ] Documentation has been updated where applicable, including docstrings for API changes. - [x] Pull request title is a good summary of the changes - it will be used in the [release notes](https://github.com/marimo-team/marimo/releases).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Summary
Fixes #8367
If error:
strip diagram:
🔍 Description of Changes
📋 Checklist