Browse Source

closes issue#171

master
Silberengel 1 year ago
parent
commit
940f13e56a
  1. 2
      src/lib/components/Preview.svelte

2
src/lib/components/Preview.svelte

@ -178,7 +178,7 @@ @@ -178,7 +178,7 @@
{/snippet}
{#snippet contentParagraph(content: string, publicationType: string)}
{#if publicationType === 'book'}
{#if publicationType === 'novel'}
<P class='whitespace-normal' firstupper={isSectionStart}>
{@html content}
</P>

Loading…
Cancel
Save