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 2bcf61d commit 822b823Copy full SHA for 822b823
apps/svelte.dev/src/routes/blog/+page.svelte
@@ -43,7 +43,7 @@
43
>
44
<a href="/{post.slug}" title="Read the article »">
45
<h2>{post.metadata.title}</h2>
46
- <p>{post.metadata.description}</p>
+ <p>{@html post.metadata.description}</p>
47
</a>
48
49
<Byline {post} />
0 commit comments