diff --git a/materialious/src/lib/Comment.svelte b/materialious/src/lib/Comment.svelte index 72cd0f06..2ebab1d3 100644 --- a/materialious/src/lib/Comment.svelte +++ b/materialious/src/lib/Comment.svelte @@ -37,7 +37,7 @@ {/if}
- {comment.content} + {@html comment.contentHtml}
thumb_up {numberWithCommas(comment.likeCount)}
diff --git a/materialious/src/routes/watch/[slug]/+page.svelte b/materialious/src/routes/watch/[slug]/+page.svelte index a2a7276f..3fe73cd4 100644 --- a/materialious/src/routes/watch/[slug]/+page.svelte +++ b/materialious/src/routes/watch/[slug]/+page.svelte @@ -217,7 +217,7 @@{numberWithCommas(data.video.viewCount)} views • {data.video.publishedText}
-{data.content.description}
+ {@html data.video.descriptionHtml} {#if data.content} {#if data.content.timestamps.length > 0}