We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5c0eb commit 99243bdCopy full SHA for 99243bd
playground/app.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div>
3
- <TipTap />
+ <TipTapLowlight />
4
</div>
5
</template>
6
playground/components/TipTapLowlight.client.vue
@@ -130,7 +130,9 @@ const lowlight = TiptapcreateLowlight(Tiptapcommon);
130
const editor = useEditor({
131
content: "<p>I'm running Tiptap with Vue.js. 🎉</p>",
132
extensions: [
133
- TiptapStarterKit,
+ TiptapStarterKit.configure({
134
+ codeBlock: false,
135
+ }),
136
TiptapCodeBlockLowlight.configure({
137
lowlight,
138
}),
0 commit comments