Skip to content

Commit e4a779b

Browse files
authored
docs: correctly escape when mentioning quarto block
1 parent 49dce15 commit e4a779b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started/docstring-examples.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Below is an example including each.
4444
quarto syntax:
4545
note that the "\" should be removed.
4646
47-
```\{python}
47+
```{{python}}
4848
1 + 1
4949
```
5050
```
@@ -132,4 +132,4 @@ def f():
132132

133133
:::{.callout-note}
134134
Linking to functions documented outside your package must be configured in the [interlinks filter](./interlinks.qmd).
135-
:::
135+
:::

0 commit comments

Comments
 (0)