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.
1 parent 0768d8f commit b032665Copy full SHA for b032665
bin/themes/default/partials/comment.hbs
@@ -1,17 +1,17 @@
1
{{#with comment}}
2
{{#if hasVisibleComponent}}
3
<div class="tsd-comment tsd-typography">
4
- {{#if comment.shortText}}
+ {{#if shortText}}
5
<div class="lead">
6
- {{#markdown}}{{{comment.shortText}}}{{/markdown}}
+ {{#markdown}}{{{shortText}}}{{/markdown}}
7
</div>
8
{{/if}}
9
- {{#if comment.text}}
10
- {{#markdown}}{{{comment.text}}}{{/markdown}}
+ {{#if text}}
+ {{#markdown}}{{{text}}}{{/markdown}}
11
12
- {{#if comment.tags}}
+ {{#if tags}}
13
<dl class="tsd-comment-tags">
14
- {{#each comment.tags}}
+ {{#each tags}}
15
<dt>{{tagName}}</dt>
16
<dd>{{#markdown}}{{{text}}}{{/markdown}}</dd>
17
{{/each}}
0 commit comments