We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088370a commit 3933464Copy full SHA for 3933464
2 files changed
docs/getting-started/inlined.py
@@ -5,7 +5,7 @@
5
6
@app.cell
7
def __(mo):
8
- mo.md("## You can also embed marimo apps inline with mkdocs!")
+ mo.md("You can also embed marimo apps inline with mkdocs!")
9
return
10
11
docs/getting-started/nav_notebook.py
@@ -6,7 +6,7 @@
mo.md("""
- ## You can link directly to marimo notebooks, in the mkdocs.yml file.
+ You can link directly to marimo notebooks, in the mkdocs.yml file.
This content comes from a marimo notebook.
12
""")
@@ -17,11 +17,11 @@ def __(mo):
17
18
mo.md(
19
"""
20
- ```markdown
+ ```yaml
21
nav:
22
- Examples:
23
- - Simple: simple_example.py
24
- - Complex: complex_example.py
+ Examples:
+ - Simple: simple_example.py
+ - Complex: complex_example.py
25
```
26
27
)
0 commit comments