We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81ac4d2 + 29eec27 commit 19079e2Copy full SHA for 19079e2
templates/bootstrap.hbs
@@ -197,7 +197,7 @@ pre .hljs {
197
<span class="label label-default">Optional</span>
198
{{/if}}
199
</p>
200
- <p>{{{description}}}</p>
+ {{{description}}}
201
202
{{/ifCond}}
203
@@ -230,7 +230,7 @@ pre .hljs {
230
231
232
233
234
235
236
@@ -272,7 +272,8 @@ pre .hljs {
272
273
{{#ifCondMatch type "return"}}
274
275
- <p>{{#each types}}<code>{{.}}</code> {{/each}} {{{description}}}</p>
+ <p>{{#each types}}<code>{{.}}</code> {{/each}}</p>
276
277
278
{{/ifCondMatch}}
279
0 commit comments