fix: fix parsing issue

This commit is contained in:
Morten Olsen
2025-05-18 21:11:41 +02:00
parent 68f5025527
commit 5d485acc97
3 changed files with 11 additions and 3 deletions

View File

@@ -176,6 +176,13 @@ Within your markdown document, the following variables are available in the Hand
::raw-md[./examples/with-template.md]
<details>
<summary>Output</summary>
::raw-md[./examples/with-template.md]{render}
</details>
_(Note: `httpbin.org/post` wraps the JSON sent in a "json" field in its response. If your API returns the ID directly at the root of the JSON body, you'd use `{{responses.createItem.body.id}}` assuming the `createItem` request had the `json` option.)_
**2. Displaying a status code in markdown text:**