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 2702cbc commit 7d93aa6Copy full SHA for 7d93aa6
sqlpage/templates/text.handlebars
@@ -8,7 +8,7 @@
8
{{~/if~}}
9
{{~#if contents_md~}}
10
<div class="remove-bottom-margin {{#if center}}mx-auto{{/if}} {{#if article}}markdown article-text{{/if}}">
11
- {{{~markdown contents_md unsafe~}}}
+ {{{~markdown contents_md allow_unsafe~}}}
12
</div>
13
14
<p class="{{#if center}}mx-auto{{/if}} {{#if article}}markdown article-text{{/if}}">
@@ -30,7 +30,7 @@
30
">{{contents}}</span>
31
{{~flush_delayed~}}
32
33
- {{{markdown contents_md unsafe}}}
+ {{{markdown contents_md allow_unsafe}}}
34
35
{{~/each_row~}}
36
</p>
0 commit comments