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 d89f9bc commit 60923b1Copy full SHA for 60923b1
sqlpage/templates/text.handlebars
@@ -5,6 +5,7 @@
5
<p class="{{#if center}}mx-auto{{/if}}" style="max-width: {{default width 80}}ch" {{#if (not title)}}id="{{id}}"{{/if}}>
6
{{contents}}
7
{{~#each_row~}}
8
+ {{~#if break~}}</p><p>{{~/if~}}
9
{{~#if link~}}
10
<a href="{{link}}">{{#delay}}</a>{{/delay}}
11
{{~/if~}}
@@ -16,6 +17,7 @@
16
17
{{~#if bold}}fw-bold {{/if~}}
18
{{~#if italics}}fst-italic {{/if~}}
19
{{~#if underline}}text-decoration-underline {{/if~}}
20
+ {{~#if size}}fs-{{minus 7 size}} {{/if~}}
21
">{{contents}}</span>
22
{{~flush_delayed~}}
23
{{~/each_row~}}
0 commit comments