Skip to content

Commit

Permalink
Wrap long lines in code blocks that do not wrap when rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed Jun 10, 2024
1 parent 90425c0 commit 35ebade
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions versions/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,12 @@ This object MAY be extended with [Specification Extensions](#specification-exten
arazzo: 1.0.0
info:
title: A pet purchasing workflow
summary: This Arazzo Description showcases the workflow for how to purchase a pet through a sequence of API calls
summary: |
This Arazzo Description showcases the workflow for how to purchase a pet
through a sequence of API calls
description: |
This Arazzo Description walks you through the workflow and steps of `searching` for, `selecting`, and `purchasing` an available pet.
This Arazzo Description walks you through the workflow and steps of
`searching` for, `selecting`, and `purchasing` an available pet.
version: 1.0.1
sourceDescriptions:
- name: petStoreDescription
Expand All @@ -145,7 +148,9 @@ workflows:
description: This step demonstrates the user login step
operationId: loginUser
parameters:
# parameters to inject into the loginUser operation (parameter name must be resolvable at the referenced operation and the value is determined using {expression} syntax)
# parameters to inject into the loginUser operation (parameter name must
# be resolvable at the referenced operation and the value is determined
# using {expression} syntax)
- name: username
in: query
value: $inputs.username
Expand Down Expand Up @@ -202,7 +207,8 @@ This object MAY be extended with [Specification Extensions](#specification-exten
title: A pet purchasing workflow
summary: This workflow showcases how to purchase a pet through a sequence of API calls
description: |
This workflow walks you through the steps of searching for, selecting, and purchasing an available pet.
This workflow walks you through the steps of searching for, selecting, and
purchasing an available pet.
version: 1.0.1
```

Expand Down Expand Up @@ -271,7 +277,9 @@ steps:
description: This step demonstrates the user login step
operationId: loginUser
parameters:
# parameters to inject into the loginUser operation (parameter name must be resolvable at the referenced operation and the value is determined using {expression} syntax)
# parameters to inject into the loginUser operation (parameter name must
# be resolvable at the referenced operation and the value is determined
# using {expression} syntax)
- name: username
in: query
value: $inputs.username
Expand Down Expand Up @@ -320,7 +328,9 @@ stepId: loginStep
description: This step demonstrates the user login step
operationId: loginUser
parameters:
# parameters to inject into the loginUser operation (parameter name must be resolvable at the referenced operation and the value is determined using {expression} syntax)
# parameters to inject into the loginUser operation (parameter name must
# be resolvable at the referenced operation and the value is determined
# using {expression} syntax)
- name: username
in: query
value: $inputs.username
Expand All @@ -344,7 +354,9 @@ steps:
description: This step demonstrates the user login step
operationId: loginUser
parameters:
# parameters to inject into the loginUser operation (parameter name must be resolvable at the referenced operation and the value is determined using {expression} syntax)
# parameters to inject into the loginUser operation (parameter name must
# be resolvable at the referenced operation and the value is determined
# using {expression} syntax)
- name: username
in: query
value: $inputs.username
Expand Down

0 comments on commit 35ebade

Please sign in to comment.