From c1dc4629c0d61e220b4cd950dbb65f7952020c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Mon, 25 May 2026 06:44:29 +0300 Subject: [PATCH] feat: integrate CodeMirror with custom macOS-style themes for code block syntax highlighting --- resources/views/blog/show.blade.php | 215 ++++++++++++++++++++++++++++ 1 file changed, 215 insertions(+) diff --git a/resources/views/blog/show.blade.php b/resources/views/blog/show.blade.php index 12de687..1bcf67a 100644 --- a/resources/views/blog/show.blade.php +++ b/resources/views/blog/show.blade.php @@ -164,3 +164,218 @@ @endsection + +@push('styles') + + + + + + + + + +@endpush + +@push('scripts') + + + + + + + + + + + + + + + + +@endpush +