From ca5fdef4fcd876efe05722d90dfa819773f48474 Mon Sep 17 00:00:00 2001 From: glazk0 <43091603+glazk0@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:59:11 +0100 Subject: [PATCH] fix: word breaking --- .../chapters/[chapterId]/puzzle/[puzzleId]/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/dashboard/chapters/[chapterId]/puzzle/[puzzleId]/+page.svelte b/src/routes/dashboard/chapters/[chapterId]/puzzle/[puzzleId]/+page.svelte index d560af5..d2dc87f 100644 --- a/src/routes/dashboard/chapters/[chapterId]/puzzle/[puzzleId]/+page.svelte +++ b/src/routes/dashboard/chapters/[chapterId]/puzzle/[puzzleId]/+page.svelte @@ -50,7 +50,7 @@ {puzzle.name} ({puzzle.scoreMax} points) -
+
{@html marked(puzzle.content, options)}
{#if !puzzle.score}