Skip to content

Commit a58f3d9

Browse files
committed
fix: separate properties with ---
1 parent 7f0bc55 commit a58f3d9

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/layouts/api-route.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<summary>Properties</summary>
5050
{{#each properties}}
5151

52-
- {{> property-nested this}}
52+
{{> property-nested this isLast=@last}}
5353
{{/each}}
5454
</details>
5555

src/layouts/partials/property-collapsible.hbs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
<summary><b><code>{{name}}</code></b> <i>{{format}}</i>{{#if listItemFormat}} <i>of {{listItemFormat}}s</i>{{/if}}</summary>
44
{{> property-content}}
55
</details>
6+
{{#unless isLast}}
7+
8+
---
9+
{{/unless}}
10+

0 commit comments

Comments
 (0)