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 3a03b92 commit 9279004Copy full SHA for 9279004
sqlpage/templates/form.handlebars
@@ -32,7 +32,7 @@
32
<small class="form-hint mt-0">{{description}}</small>
33
{{/if}}
34
{{#if description_md}}
35
- <small class="form-hint mt-0">{{markdown description_md}}</small>
+ <small class="form-hint mt-0">{{{markdown description_md}}}</small>
36
37
</div>
38
@@ -127,7 +127,7 @@
127
128
129
130
131
132
</label>
133
0 commit comments