Skip to content

Commit 28bf32a

Browse files
committed
Prevent empty description from being rendered.
1 parent 4e50bf3 commit 28bf32a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/markdown.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#{{title}}
22

3+
{{#if description}}
34
>{{description}}
5+
{{/if}}
46

57
{{#each methods}}{{#unless ignore}}{{#if ctx}}
68

0 commit comments

Comments
 (0)