Skip to content

Commit a22237e

Browse files
committed
able to render handlebars in signature description
1 parent ecdfb4d commit a22237e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/signature.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h2 class="signature-title">
33
<code>{{{makeSignature code}}}</code>
44
</h2>
5-
{{{makeHtml (makeLinks description)}}}
5+
{{{makeHtml (makeLinks (renderAsTemplate description))}}}
66
{{#if params}}
77
<div class="parameters">
88
<h3 class="parameters-title">Parameters</h3>

0 commit comments

Comments
 (0)