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 1de6612 commit 681c4e2Copy full SHA for 681c4e2
1 file changed
docs/usage/index.md
@@ -256,8 +256,8 @@ Changing the title for only one tab is not supported.
256
You can wrap the result in a code block by specifying a code block language:
257
258
````md exec="1" source="tabbed-left" tabs="Markdown|Rendered"
259
-```console exec="1" result="json"
260
-$ pdm info --env
+```console exec="1" result="ini"
+$ cat .git/config
261
```
262
````
263
0 commit comments