We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99bb1f1 commit 66ff717Copy full SHA for 66ff717
.demo/components/content/MarkdownBlock.vue
@@ -1,4 +1,4 @@
1
<!-- This component is used to show Markdown code block examples -->
2
<template>
3
- <pre class="max-w-full overflow-x-auto"><ContentSlot :use="$slots.default" unwrap="p" /></pre>
+ <pre class="max-w-full overflow-x-auto text-gray-700 dark:text-gray-300"><ContentSlot :use="$slots.default" unwrap="p" /></pre>
4
</template>
0 commit comments