Test parsedown in notes

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-07-11 12:20:47 +01:00
parent 6d3bf1e5f5
commit b5695c9ab7

View file

@ -357,7 +357,7 @@
</strong>
</div>
<div class="col-md-9">
{!! nl2br(e($license->notes)) !!}
{!! nl2br(Helper::parseEscapedMarkedownInline($license->notes)) !!}
</div>
</div>
@endif