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 90d4b01 commit b9c383fCopy full SHA for b9c383f
sqlpage/templates/table.handlebars
@@ -64,6 +64,7 @@
64
<td class="align-middle _col_{{replace @key ' ' '_'~}}
65
{{~#if (array_contains_case_insensitive ../../align_right @key)}} text-end {{/if~}}
66
{{~#if (array_contains_case_insensitive ../../align_center @key)}} text-center {{/if~}}
67
+ {{~#if (array_contains_case_insensitive ../../monospace @key)}} font-monospace {{/if~}}
68
">
69
{{~#if (array_contains_case_insensitive ../../markdown @key)~}}
70
{{{markdown this}}}
0 commit comments