Skip to content

Commit 9279004

Browse files
committed
fix markdown rendering in form
@theochr72
1 parent 3a03b92 commit 9279004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlpage/templates/form.handlebars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<small class="form-hint mt-0">{{description}}</small>
3333
{{/if}}
3434
{{#if description_md}}
35-
<small class="form-hint mt-0">{{markdown description_md}}</small>
35+
<small class="form-hint mt-0">{{{markdown description_md}}}</small>
3636
{{/if}}
3737
</div>
3838
</div>
@@ -127,7 +127,7 @@
127127
<small class="form-hint mt-0">{{description}}</small>
128128
{{/if}}
129129
{{#if description_md}}
130-
<small class="form-hint mt-0">{{markdown description_md}}</small>
130+
<small class="form-hint mt-0">{{{markdown description_md}}}</small>
131131
{{/if}}
132132
</label>
133133
{{/if}}

0 commit comments

Comments
 (0)