sync: Allow Markdown in flag help
This commit is contained in:
parent
5a79343af8
commit
252ff33b83
3 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue