We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240d548 commit 0f048ecCopy full SHA for 0f048ec
apps/svelte.dev/src/routes/tutorial/[slug]/Sidebar.svelte
@@ -2,6 +2,7 @@
2
import { createEventDispatcher } from 'svelte';
3
import Modal from '$lib/components/Modal.svelte';
4
import Menu from './Menu.svelte';
5
+ import { Text } from '@sveltejs/site-kit/components';
6
7
/** @type {import('$lib/tutorial').PartStub[]} */
8
export let index;
@@ -62,7 +63,9 @@
62
63
}
64
}}
65
>
- {@html exercise.html}
66
+ <Text>
67
+ {@html exercise.html}
68
+ </Text>
69
</div>
70
71
{#if exercise.next}
0 commit comments