From 46a3f7de5ebc24bfdc8aad02c4a114ac69777447 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 26 Oct 2025 22:12:34 -0700 Subject: [PATCH] refac: rm rich text highlight --- src/lib/components/common/RichTextInput.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/components/common/RichTextInput.svelte b/src/lib/components/common/RichTextInput.svelte index a0a1996dfa..d01e0f007f 100644 --- a/src/lib/components/common/RichTextInput.svelte +++ b/src/lib/components/common/RichTextInput.svelte @@ -695,7 +695,6 @@ CodeBlockLowlight.configure({ lowlight }), - Highlight, Typography, TableKit.configure({ table: { resizable: true }