Skip to content

Conversation

@dmadisetti
Copy link
Collaborator

@dmadisetti dmadisetti commented Oct 23, 2025

📝 Summary

Adds ci to ensure that marimo/_tutorials/**.py are properly formatted (they do have errors, but that's intentional).

Additionally adds lint rule and codegen change that enforces markdown dedent (I can break these PRs apart, did TDD).

Following front end convention, the following markdown is expected:

mo.md(
    """
A multiline statement.
"""
)
mo.md("A single liner (can also be triple)")
mo.md(
    "A very very very very very very very very very very very very very long single liner (can also be triple)"
)

@vercel
Copy link

vercel bot commented Oct 23, 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 27, 2025 7:12pm

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 24, 2025
@dmadisetti
Copy link
Collaborator Author

Closing for #6969

@dmadisetti dmadisetti closed this Oct 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants