Remove Prism language-* classes from code block components
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 3m21s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 3m21s
highlight.py handles syntax coloring with Tailwind classes — Prism classes were conflicting and are not needed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -13,8 +13,7 @@
|
||||
|
||||
(defcomp ~example-source (&key code)
|
||||
(div :class "bg-stone-50 border border-stone-200 rounded p-4 mt-3 overflow-x-auto"
|
||||
(pre :class "text-sm"
|
||||
(code :class "language-lisp" code))))
|
||||
(pre :class "text-sm" (code code))))
|
||||
|
||||
;; --- Click to load demo ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user