mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
TSK-1692 Use code tag for inline code block (#5414)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
parent
c1bb39898e
commit
fc285330bc
@ -45,7 +45,7 @@
|
||||
{#if mark.type === MarkupMarkType.bold}
|
||||
<strong><slot /></strong>
|
||||
{:else if mark.type === MarkupMarkType.code}
|
||||
<pre class="proseCode"><slot /></pre>
|
||||
<code class="proseCode"><slot /></code>
|
||||
{:else if mark.type === MarkupMarkType.em}
|
||||
<em><slot /></em>
|
||||
{:else if mark.type === MarkupMarkType.link}
|
||||
|
Loading…
Reference in New Issue
Block a user