forked from MapComplete/MapComplete
Feature(reviews): parse reviews with markdown, make sure paragraphs are shown
This commit is contained in:
parent
c76b9b4ff6
commit
9a94670737
4 changed files with 34 additions and 10 deletions
|
|
@ -14,5 +14,7 @@
|
|||
</script>
|
||||
|
||||
{#if src?.length > 0}
|
||||
{@html marked.parse(src)}
|
||||
<div class="in-markdown">
|
||||
{@html marked.parse(src)}
|
||||
</div>
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue