view publishable/resources/views/includes/easymde.blade.php @ 7:e6132a1e8e24 default tip

Adding better support for test among other base changes.
author Luka Sitas <sitas.luka.97@gmail.com>
date Thu, 25 Sep 2025 19:58:32 -0400
parents f282c6ef1671
children
line wrap: on
line source

@pushOnce('styles')
    <!-- EasyMDE and code block theme -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github-dark.min.css">
@endPushOnce
@pushOnce('scripts')
    @vite(['resources/js/easymde.js'])
@endPushOnce