Skip to content

Commit 1ac50b1

Browse files
committed
fix: prevent </dd> tags from breaking into new lines in api.md
1 parent a5d1dcf commit 1ac50b1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

apps/generator/docs/api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Reference API documentation for AsyncAPI Generator library.
88

99
<dl>
1010
<dt><a href="#Generator">Generator</a></dt>
11-
<dd></dd>
11+
1212
</dl>
1313

1414
## Members
1515

1616
<dl>
1717
<dt><a href="#listBakedInTemplates">listBakedInTemplates</a> ⇒ <code>Array.&lt;Object&gt;</code></dt>
18-
<dd><p>List core templates, optionally filter by type, stack, protocol, or target.
19-
Use name of returned templates as input for the <code>generate</code> method for template generation. Such core templates code is part of the @asyncapi/generator package.</p></dd>
18+
<dd>List core templates, optionally filter by type, stack, protocol, or target.
19+
Use name of returned templates as input for the `generate` method for template generation. Such core templates code is part of the @asyncapi/generator package.</dd>
2020
</dl>
2121

2222

apps/generator/docs/jsdoc2md-handlebars/global-index-dl.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<dl>
55
{{/if~}}
66
<dt>{{>sig-link-html}}</dt>
7-
{{#if description}}<dd>{{{md (inlineLinks description)}}}</dd>{{/if}}
7+
{{#if description}}<dd>{{{inlineLinks description}}}</dd>{{/if}}
88
{{#if @last~}}</dl>
99

1010
{{/if~}}
11-
{{/globals~}}
11+
{{/globals~}}

apps/generator/docs/jsdoc2md-handlebars/main-index-dl.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<dl>
55
{{/if~}}
66
<dt>{{>sig-link-html}}</dt>
7-
{{#if description}}<dd>{{{md (inlineLinks description)}}}</dd>{{/if}}
7+
{{#if description}}<dd>{{{inlineLinks description}}}</dd>{{/if}}
88
{{#if @last~}}</dl>
99

1010
{{/if~}}
11-
{{/modules~}}
11+
{{/modules~}}

0 commit comments

Comments
 (0)