Skip to content

Commit 7e5fb18

Browse files
authored
Merge pull request #126 from machow/doc-escape-quarto
docs: correctly escape when mentioning quarto block
2 parents 49dce15 + 938a7cf commit 7e5fb18

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/get-started/docstring-examples.qmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ Below is an example including each.
4242
```
4343
4444
quarto syntax:
45-
note that the "\" should be removed.
4645
47-
```\{python}
46+
```{{python}}
4847
1 + 1
4948
```
5049
```
@@ -132,4 +131,4 @@ def f():
132131

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

0 commit comments

Comments
 (0)