{{- $command := trim .Inner "\n\r\t " -}} {{- $command = replaceRE "\\s*\\\\\\s*\\r?\\n\\s*" " " $command -}} {{- $command = replaceRE "\\r?\\n\\s*" " " $command -}} {{- $id := printf "restish-example-%d" .Ordinal -}}
Browser preview

Edit the command and run it from your browser against the live docs API.

Ready