From 940f13e56a20f1348ee8193073b16b8ad9f094c9 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Sat, 8 Mar 2025 12:43:02 -0800 Subject: [PATCH] closes issue#171 --- src/lib/components/Preview.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/Preview.svelte b/src/lib/components/Preview.svelte index ec3a496..f7dfe03 100644 --- a/src/lib/components/Preview.svelte +++ b/src/lib/components/Preview.svelte @@ -178,7 +178,7 @@ {/snippet} {#snippet contentParagraph(content: string, publicationType: string)} - {#if publicationType === 'book'} + {#if publicationType === 'novel'}

{@html content}