sync: Allow Markdown in flag help

This commit is contained in:
nemunaire 2022-01-21 08:45:07 +01:00
commit 252ff33b83
3 changed files with 10 additions and 2 deletions

View file

@ -195,7 +195,7 @@
{/if}
{/each}
{#if flag.help}
<small class="form-text text-muted">{flag.help}</small>
<small class="form-text text-muted">{@html flag.help}</small>
{/if}
{:else}
<Icon