From fe8b57fcd3c472a195d0e3154d290ccfbab1728b Mon Sep 17 00:00:00 2001 From: Morten Enemark Lund Date: Sun, 12 Apr 2026 09:36:05 +0200 Subject: [PATCH] fix issue causing the block to not render --- docs/getting-started/blocks.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/blocks.md b/docs/getting-started/blocks.md index 92ac716..d22e8e7 100644 --- a/docs/getting-started/blocks.md +++ b/docs/getting-started/blocks.md @@ -189,13 +189,14 @@ def __(): ### marimo-embed-file The `marimo-embed-file` block is used to embed existing marimo files: - +``` /// marimo-embed-file filepath: getting-started/inlined.py height: 600px mode: read - show_source: true + show_source: "true" /// +``` | Option | Description | Default | | --- | --- | --- |