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.
2 parents 98d76e1 + 0aab0e0 commit bb33500Copy full SHA for bb33500
docs/get-started/docstring-examples.qmd
@@ -48,6 +48,13 @@ Below is an example including each.
48
```
49
50
51
+Note that different syntaxes are handled differently:
52
+
53
+* doctest and markdown syntax: rendered without executing.
54
+* quarto syntax: executed by quarto when you run commands like `quarto render`.
55
56
+See the quarto documentation on [code blocks](https://quarto.org/docs/computations/python.html#code-blocks) for more detail.
57
58
59
## Examples, etc..: the "s" matters
60
0 commit comments