From 99243bd5b2cd111e7cb3e6a4f3da2ffb29f7e376 Mon Sep 17 00:00:00 2001
From: modbender <{ID}+{username}@users.noreply.github.com>
Date: Wed, 13 Dec 2023 22:11:34 +0530
Subject: [PATCH] chore: lowlight example file
---
playground/app.vue | 2 +-
playground/components/TipTapLowlight.client.vue | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/playground/app.vue b/playground/app.vue
index 21d952a..c0f9733 100644
--- a/playground/app.vue
+++ b/playground/app.vue
@@ -1,6 +1,6 @@
I'm running Tiptap with Vue.js. 🎉
", extensions: [ - TiptapStarterKit, + TiptapStarterKit.configure({ + codeBlock: false, + }), TiptapCodeBlockLowlight.configure({ lowlight, }),