Skip to content

Commit 3933464

Browse files
authored
Fix docs (#32)
1 parent 088370a commit 3933464

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/getting-started/inlined.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
@app.cell
77
def __(mo):
8-
mo.md("## You can also embed marimo apps inline with mkdocs!")
8+
mo.md("You can also embed marimo apps inline with mkdocs!")
99
return
1010

1111

docs/getting-started/nav_notebook.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@app.cell
77
def __(mo):
88
mo.md("""
9-
## You can link directly to marimo notebooks, in the mkdocs.yml file.
9+
You can link directly to marimo notebooks, in the mkdocs.yml file.
1010
1111
This content comes from a marimo notebook.
1212
""")
@@ -17,11 +17,11 @@ def __(mo):
1717
def __(mo):
1818
mo.md(
1919
"""
20-
```markdown
20+
```yaml
2121
nav:
22-
Examples:
23-
- Simple: simple_example.py
24-
- Complex: complex_example.py
22+
Examples:
23+
- Simple: simple_example.py
24+
- Complex: complex_example.py
2525
```
2626
"""
2727
)

0 commit comments

Comments
 (0)