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 2d83daa commit ed1347fCopy full SHA for ed1347f
src/main/resources/handlebars/htmlDocs/index.mustache
@@ -52,9 +52,9 @@
52
<div class="method-path">
53
<a class="up" href="#__Methods">Up</a>
54
<pre class="{{httpMethod}}"><code class="huge"><span class="http-method">{{httpMethod}}</span> {{path}}</code></pre></div>
55
- <div class="method-summary">{{summary}} (<span class="nickname">{{nickname}}</span>)</div>
+ <div class="method-summary">{{{summary}}} (<span class="nickname">{{nickname}}</span>)</div>
56
{{! notes is operation.description. So why rename it and make it super confusing???? }}
57
- <div class="method-notes">{{notes}}</div>
+ <div class="method-notes">{{{notes}}}</div>
58
59
{{#hasPathParams}}
60
<h3 class="field-label">Path parameters</h3>
0 commit comments