Skip to content

Commit 1cc6c78

Browse files
Add a TODO
1 parent 6d9c535 commit 1cc6c78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/components/MarkdownRenderer.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@
1717
export { className as class };
1818
</script>
1919

20+
<!-- TODO: actually figure out how to overflow-x-auto the code blocks -->
2021
<span
2122
class={cn(
22-
"prose dark:prose-invert prose-a:no-underline prose-a:underline-offset-4 prose-a:[overflow-wrap:_anywhere] hover:prose-a:underline prose-code:text-wrap prose-code:[overflow-wrap:_anywhere] prose-li:my-1",
23+
"prose dark:prose-invert prose-a:no-underline prose-a:underline-offset-4 prose-a:[overflow-wrap:_anywhere] hover:prose-a:underline prose-code:[overflow-wrap:_anywhere] prose-li:my-1",
24+
"prose-code:text-wrap", // remove with TODO
2325
inline && "*:inline",
2426
className
2527
)}

0 commit comments

Comments
 (0)