-
Notifications
You must be signed in to change notification settings - Fork 350
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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
@@ -82,6 +157,8 @@ def get_source_from_tag(tag: Element) -> str: | |||
if not (source and source.strip()): | |||
return "" | |||
source = markdown_to_marimo(source) | |||
elif tag.attrib.get("language") == "sql": |
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.
definitely not right
@@ -1,6 +1,6 @@ | |||
--- | |||
title: Markdown |
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.
add sql blocks, make sure they work
set hide_code=false on export md
fixes #1451
I just pushed this branch up from tinkering around back in September.
Outstanding:
sql
blockspython {.marimo}
on frontend