-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
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
update: update code block to ```python {.marimo} #3387
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests todo:
- Update snapshots
- Read legacy format
- SQL blocks
set hide_code=false on export md
I think the issues I had came from the backwards compat stuff I tried to put in. But just bumping the version requirement to the regex change in pymxdown seems to work fine. SQL stuff also parses and works now (pending CI tests) |
Cool! Thanks for those tests, sorry I sat on this for so long. Should also match the block ```python {marimo}
print(hello)
``` Documented in https://github.com/marimo-team/mkdocs-marimo But the plugin is now probably a little bit out of sync wrt the sql parsing |
# SQL notebook | ||
|
||
```sql {.marimo query="export"} | ||
SELECT * FROM my_table; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woah, this is awesome!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is great! really awesome improvements to this feature
🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.10.20-dev2 |
fixes #1451
I just pushed this branch up from tinkering around back in September.
Outstanding:
sql
blockspython {.marimo}
on frontend