Commit 203dd29
committed
Render examples when hyperschema link description is empty
The truthy guard on `hyperschemaLink.description` skipped
`buildLinkDescription` entirely, so links with no prose but with
appended (non-inline) examples — e.g. `plugins.create` — rendered
nothing. `buildLinkDescription` already handles empty descriptions, so
call it unconditionally.1 parent 4f7d647 commit 203dd29
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 62 | + | |
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 66 | + | |
71 | 67 | | |
72 | 68 | | |
73 | 69 | | |
| |||
0 commit comments