Skip to content

Commit 30345bc

Browse files
committed
wrap description in multiline
1 parent b2145d6 commit 30345bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/layouts/api-endpoint.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ To learn more, see [Authentication](https://docs.seam.co/latest/api/authenticati
3838
**`{{this.name}}`** {{#if this.jsonType}}*{{this.jsonType}}*{{/if}}{{#if this.itemFormat}} *of {{this.itemFormat}}s*{{/if}}{{#if this.required}} (Required){{/if}}
3939
{{#if this.description}}
4040

41+
````
4142
{{this.description}}
43+
````
4244
{{/if}}
4345
{{#if this.itemEnumValues}}
4446
<details>

0 commit comments

Comments
 (0)