Merge branch 'master' of https://github.com/IBM/carbon-components-svelte into 374-header-hamburger-persistence

This commit is contained in:
josefaidt 2020-11-12 08:03:48 -06:00
commit e5d20fcd24

View file

@ -112,7 +112,9 @@
</StructuredListCell>
<StructuredListCell>
{#each prop[1].description.split('\n') as line}
<div class="description">{line}.</div>
<div class="description">
{@html line.replace(/`(.*?)`/g, '<code>$1</code>')}.
</div>
{/each}
</StructuredListCell>
</StructuredListRow>